- moved a few constant #defines into gui/siminterface.h so they'd be

accesible in the CI
This commit is contained in:
Bryce Denney 2002-08-30 06:47:51 +00:00
parent 03f9b7c4ac
commit 05daf0d6dc
1 changed files with 1 additions and 8 deletions

View File

@ -1,5 +1,5 @@
/////////////////////////////////////////////////////////////////////////
// $Id: bochs.h,v 1.80 2002-08-26 15:31:16 bdenney Exp $
// $Id: bochs.h,v 1.81 2002-08-30 06:47:51 bdenney Exp $
/////////////////////////////////////////////////////////////////////////
//
// Copyright (C) 2002 MandrakeSoft S.A.
@ -521,13 +521,6 @@ extern bx_gui_c bx_gui;
extern bx_devices_c bx_devices;
#endif
#define BX_EJECTED 10
#define BX_INSERTED 11
#define BX_RESET_SOFTWARE 10
#define BX_RESET_HARDWARE 11
void bx_init_before_config_interface ();
// This value controls how often each I/O device's periodic() method