mirror of
https://github.com/reactos/reactos.git
synced 2024-11-01 12:26:32 +00:00
16 lines
316 B
C
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 */
|