reactos/boot/armllb/inc/serial.h

16 lines
316 B
C

/*
* PROJECT: ReactOS Boot Loader
* LICENSE: BSD - See COPYING.ARM in the top level directory
* FILE: boot/armllb/inc/serial.h
* PURPOSE: LLB Serial Port Functions
* PROGRAMMERS: ReactOS Portable Systems Group
*/
VOID
NTAPI
LlbSerialPutChar(
IN CHAR c
);
/* EOF */