HyperDbg/hyperdbg/kdserial/common.h
2021-11-04 12:20:46 +03:30

18 lines
231 B
C

/*++
Copyright (c) Microsoft Corporation. All rights reserved.
Module Name:
common.h
Abstract:
Common header file for UART library.
--*/
#include <ntdef.h>
#include "uart.h"
#include "uartp.h"
#include "win11sdk.h"