ReactOS 0.4.15-dev-8028-g8e799e2
kbdbios.h
Go to the documentation of this file.
1/*
2 * COPYRIGHT: GPL - See COPYING in the top level directory
3 * PROJECT: ReactOS Virtual DOS Machine
4 * FILE: subsystems/mvdm/ntvdm/bios/kbdbios.h
5 * PURPOSE: VDM 32-bit PS/2 Keyboard BIOS Support Library
6 * PROGRAMMERS: Hermes Belusca-Maito (hermes.belusca@sfr.fr)
7 */
8
9#ifndef _KBDBIOS_H_
10#define _KBDBIOS_H_
11
12/* DEFINES ********************************************************************/
13
14#define BIOS_KBD_INTERRUPT 0x16
15
16#define BIOS_KBD_BUFFER_SIZE 16
17
18/* FUNCTIONS ******************************************************************/
19
22
23#endif /* _KBDBIOS_H_ */
unsigned char BOOLEAN
VOID KbdBiosCleanup(VOID)
Definition: kbdbios.c:93
BOOLEAN KbdBiosInitialize(VOID)
Definition: kbdbios.c:85