ReactOS 0.4.15-dev-7934-g1dc8d80
video.h
Go to the documentation of this file.
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
12 IN BOOLEAN OsLoader
13);
14
15VOID
18 IN UCHAR c
19);
20
21VOID
24 IN UCHAR c,
27 IN USHORT BackColor
28);
29
30/* EOF */
unsigned char BOOLEAN
VOID NTAPI LlbVideoPutChar(IN UCHAR c)
Definition: video.c:349
VOID NTAPI LlbVideoDrawChar(IN UCHAR c, IN PUSHORT Buffer, IN USHORT Color, IN USHORT BackColor)
Definition: video.c:277
VOID NTAPI LlbVideoClearScreen(IN BOOLEAN OsLoader)
Definition: video.c:310
Definition: bufpool.h:45
const GLubyte * c
Definition: glext.h:8905
unsigned short USHORT
Definition: pedump.c:61
#define NTAPI
Definition: typedefs.h:36
uint16_t * PUSHORT
Definition: typedefs.h:56
#define IN
Definition: typedefs.h:39
unsigned char UCHAR
Definition: xmlstorage.h:181