reactos/boot/armllb/inc/serial.h
Hermès Bélusca-Maïto b819608ed8 Create a branch for console restructuration work.
svn path=/branches/condrv_restructure/; revision=63104
2014-05-02 14:13:40 +00:00

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 */