ReactOS 0.4.15-dev-7834-g00c4b3d
dskbios32.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: dskbios32.h
5 * PURPOSE: VDM 32-bit Disk BIOS
6 * PROGRAMMERS: Hermes Belusca-Maito (hermes.belusca@sfr.fr)
7 */
8
9#ifndef _DSKBIOS32_H_
10#define _DSKBIOS32_H_
11
12/* DEFINES ********************************************************************/
13
14#define BIOS_DISK_INTERRUPT 0x13
15
16/* FUNCTIONS ******************************************************************/
17
19
22
23#endif /* _DSKBIOS32_H_ */
unsigned char BOOLEAN
VOID DiskBios32Post(VOID)
Definition: dskbios32.c:647
BOOLEAN DiskBios32Initialize(VOID)
Definition: dskbios32.c:674
VOID DiskBios32Cleanup(VOID)
Definition: dskbios32.c:701