416f6eee8180638cd3343f1d20ab541bf7721605
[reactos.git] / reactos / boot / armllb / inc / video.h
1 /*
2 * PROJECT: ReactOS Boot Loader
3 * LICENSE: BSD - See COPYING.ARM in the top level directory
4 * FILE: boot/armllb/inc/video.h
5 * PURPOSE: LLB Videl Output Functions
6 * PROGRAMMERS: ReactOS Portable Systems Group
7 */
8
9 VOID
10 NTAPI
11 LlbVideoClearScreen(
12 IN BOOLEAN OsLoader
13 );
14
15 VOID
16 NTAPI
17 LlbVideoPutChar(
18 IN CHAR c
19 );
20
21 /* EOF */