File: control.h

package info (click to toggle)
bochs 1.4pre2-1
  • links: PTS
  • area: main
  • in suites: woody
  • size: 7,656 kB
  • ctags: 10,322
  • sloc: cpp: 66,880; ansic: 19,674; sh: 2,951; makefile: 2,183; asm: 2,110; yacc: 723; lex: 171; csh: 147; perl: 35
file content (21 lines) | stat: -rw-r--r-- 597 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
/////////////////////////////////////////////////////////////////////////
// $Id: control.h,v 1.6 2001/10/06 22:31:31 bdenney Exp $
/////////////////////////////////////////////////////////////////////////
//
enum {
  BX_CPANEL_INIT,
  BX_CPANEL_START_MENU,
  BX_CPANEL_START_OPTS,
  BX_CPANEL_START_OPTS_MEM,
  BX_CPANEL_START_OPTS_INTERFACE,
  BX_CPANEL_START_OPTS_DISK,
  BX_CPANEL_START_OPTS_SOUND,
  BX_CPANEL_START_OPTS_MISC,
  BX_CPANEL_RUNTIME,
  BX_CPANEL_N_MENUS
};

/* special return value from bx_control_panel */
#define BX_DISABLE_CONTROL_PANEL 10 

int bx_control_panel (int menu);