sc68fordevelopers
2.2.1
Main Page
Related Pages
Modules
Data Structures
Files
File List
Globals
emu68
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_ */
struct68.h
Struture definitions.
EMU68ioplug_unplug
int EMU68ioplug_unplug(io68_t *io)
Unplug an IO.
EMU68ioplug
void EMU68ioplug(io68_t *io)
Plug an IO.
EMU68ioplug_unplug_all
void EMU68ioplug_unplug_all(void)
Unplug all IO.
_io68_t
IO emulator pluggin structure.
Definition:
struct68.h:66
Generated by
1.8.10