This commit is contained in:
parent
73f4538a62
commit
ba8b9684ff
@ -10,8 +10,8 @@
|
|||||||
#define __XTKLIB_LIBHL_H
|
#define __XTKLIB_LIBHL_H
|
||||||
|
|
||||||
#include "xtdefs.h"
|
#include "xtdefs.h"
|
||||||
#include "xttypes.h"
|
|
||||||
#include "xtstruct.h"
|
#include "xtstruct.h"
|
||||||
|
#include "xttypes.h"
|
||||||
|
|
||||||
|
|
||||||
/* I/O port addresses for COM ports */
|
/* I/O port addresses for COM ports */
|
||||||
@ -37,12 +37,12 @@ HlInitializeComPort(IN OUT PCPPORT Port,
|
|||||||
IN ULONG PortNumber,
|
IN ULONG PortNumber,
|
||||||
IN ULONG BaudRate);
|
IN ULONG BaudRate);
|
||||||
|
|
||||||
UCHAR
|
|
||||||
XTAPI
|
XTAPI
|
||||||
|
UCHAR
|
||||||
HlIoPortInByte(IN USHORT Port);
|
HlIoPortInByte(IN USHORT Port);
|
||||||
|
|
||||||
VOID
|
|
||||||
XTAPI
|
XTAPI
|
||||||
|
VOID
|
||||||
HlIoPortOutByte(IN USHORT Port,
|
HlIoPortOutByte(IN USHORT Port,
|
||||||
IN UCHAR Data);
|
IN UCHAR Data);
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user