mirror of
https://github.com/HyperDbg/HyperDbg.git
synced 2026-07-23 16:05:08 +00:00
18 lines
231 B
C
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"
|