DOSBox-X
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Defines
src/hardware/snd_pc98/cbus/boardspb.h
00001 
00002 #ifdef __cplusplus
00003 extern "C" {
00004 #endif
00005 
00006 void boardspb_reset(const NP2CFG *pConfig);
00007 void boardspb_bind(void);
00008 
00009 void boardspr_reset(const NP2CFG *pConfig);
00010 void boardspr_bind(void);
00011 
00012 #ifdef __cplusplus
00013 }
00014 #endif
00015