blob: 482a5a529c726bbf1b10c599efd8d45ba95bdaf0 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
#ifndef _IO_c_h
#define _IO_c_h
struct PortTablesRec
{
IU8 *PortToAdaptor;
IUH **AdaptorToEdlByteFunc;
IUH **AdaptorToEdlWordFunc;
IUH **AdaptorToEdlDoubleFunc;
IUH **AdaptorToCByteFunc;
IUH **AdaptorToCWordFunc;
IUH **AdaptorToCDoubleFunc;
};
#endif /* ! _IO_c_h */
|