xref: /reactos/boot/armllb/inc/serial.h (revision b09b5584)
1 /*
2  * PROJECT:         ReactOS Boot Loader
3  * LICENSE:         BSD - See COPYING.ARM in the top level directory
4  * FILE:            boot/armllb/inc/serial.h
5  * PURPOSE:         LLB Serial Port Functions
6  * PROGRAMMERS:     ReactOS Portable Systems Group
7  */
8 
9 VOID
10 NTAPI
11 LlbSerialPutChar(
12     IN CHAR c
13 );
14 
15 /* EOF */
16