sc68fordevelopers  2.2.1
ioplug68.h
Go to the documentation of this file.
1 
15 /* Copyright (C) 1998-2001 Ben(jamin) Gerard */
16 
17 #ifndef _IOPLUG68_H_
18 #define _IOPLUG68_H_
19 
20 #include "emu68/struct68.h"
21 
22 #ifdef __cplusplus
23 extern "C" {
24 #endif
25 
32 void EMU68ioplug_unplug_all(void);
33 
47 int EMU68ioplug_unplug(io68_t *io);
48 
58 void EMU68ioplug(io68_t *io);
59 
60 #ifdef __cplusplus
61 }
62 #endif
63 
64 #endif /* #ifndef _IOPLUG68_H_ */
Struture definitions.
int EMU68ioplug_unplug(io68_t *io)
Unplug an IO.
void EMU68ioplug(io68_t *io)
Plug an IO.
void EMU68ioplug_unplug_all(void)
Unplug all IO.
IO emulator pluggin structure.
Definition: struct68.h:66