1 /*
2  * OpenBOR - http://www.LavaLit.com
3  * -----------------------------------------------------------------------
4  * Licensed under the BSD license, see LICENSE in OpenBOR root for details.
5  *
6  * Copyright (c) 2004 - 2011 OpenBOR Team
7  */
8 
9 #ifndef BIOS_H
10 #define BIOS_H
11 
12 int  bios_gdGdcReqCmd(int cmd, void *param);
13 void bios_gdGdcExecServer(void);
14 int  bios_gdGdcGetCmdStat(int f, int *status);
15 int  bios_gdGdcGetDrvStat(unsigned int *param);
16 int  bios_gdGdcChangeDataType(unsigned int *param);
17 void bios_gdGdcInitSystem(void);
18 void bios_gdGdcReset(void);
19 
20 #endif
21