]> rtime.felk.cvut.cz Git - mf6xx.git/blob - src/qemu/mf624_interface/untitled/mf624_io_status.h
b5e9ea3a37905833638ed2f75a99f5aa730d5437
[mf6xx.git] / src / qemu / mf624_interface / untitled / mf624_io_status.h
1 #ifndef MF624_IO_STATUS_H
2 #define MF624_IO_STATUS_H
3
4
5 typedef struct {
6         int portno;
7         unsigned int DOUT;
8         unsigned int DIN;
9         double DA0;
10         double DA1;
11         double DA2;
12         double DA3;
13         double DA4;
14         double DA5;
15         double DA6;
16         double DA7;
17
18         double AD0;
19         double AD1;
20         double AD2;
21         double AD3;
22         double AD4;
23         double AD5;
24         double AD6;
25         double AD7;
26 } mf624_io_status_t;
27
28 #endif // MF624_IO_STATUS_H