7339d7f50331934773a715b0a4024cd44513334f
[reactos.git] / reactos / subsystems / mvdm / ntvdm / bios / bios32 / moubios32.h
1 /*
2 * COPYRIGHT: GPL - See COPYING in the top level directory
3 * PROJECT: ReactOS Virtual DOS Machine
4 * FILE: moubios32.h
5 * PURPOSE: VDM Mouse 32-bit BIOS
6 * PROGRAMMERS: Aleksandar Andrejevic <theflash AT sdf DOT lonestar DOT org>
7 */
8
9 #ifndef _MOUBIOS32_H_
10 #define _MOUBIOS32_H_
11
12 /* DEFINES ********************************************************************/
13
14 /* FUNCTIONS ******************************************************************/
15
16 VOID BiosMousePs2Interface(LPWORD Stack);
17
18 BOOLEAN MouseBios32Initialize(VOID);
19 VOID MouseBios32Cleanup(VOID);
20
21 #endif /* _MOUBIOS32_H_ */
22
23 /* EOF */