ReactOS 0.4.16-dev-336-gb667d82
|
#include "ntvdm.h"
#include <debug.h>
#include "kbdbios32.h"
#include <bios/kbdbios.h>
#include "bios32p.h"
#include "int32.h"
#include "cpu/cpu.h"
#include "io.h"
#include "hardware/ps2.h"
Go to the source code of this file.
Macros | |
#define | NDEBUG |
Functions | |
static BOOLEAN | BiosKbdBufferPush (WORD Data) |
static BOOLEAN | BiosKbdBufferTop (LPWORD Data) |
static BOOLEAN | BiosKbdBufferPop (VOID) |
VOID WINAPI | BiosKeyboardService (LPWORD Stack) |
VOID WINAPI | BiosKeyboardIrq (LPWORD Stack) |
VOID | KbdBios32Post (VOID) |
Variables | |
static BYTE | BiosKeyboardMap [256] |
#define NDEBUG |
Definition at line 13 of file kbdbios32.c.
Definition at line 65 of file kbdbios32.c.
Referenced by BiosKeyboardService().
Definition at line 31 of file kbdbios32.c.
Referenced by BiosKeyboardIrq(), and BiosKeyboardService().
Definition at line 54 of file kbdbios32.c.
Referenced by BiosKeyboardService().
Definition at line 199 of file kbdbios32.c.
Referenced by KbdBios32Post(), and KbdBiosIRQ().
Definition at line 85 of file kbdbios32.c.
Referenced by KbdBios32Post(), and KbdBiosINT().
Definition at line 361 of file kbdbios32.c.
Referenced by Bios32Post().
|
static |
Definition at line 27 of file kbdbios32.c.
Referenced by BiosKeyboardIrq().