Statistics
| Branch: | Revision:

root / hw / syborg.h @ 6c510fbf

History | View | Annotate | Download (578 Bytes)

1 4af39611 Paul Brook
#ifndef _SYBORG_H
2 4af39611 Paul Brook
#define _SYBORG_H
3 4af39611 Paul Brook
4 4af39611 Paul Brook
#define SYBORG_ID_PLATFORM    0xc51d1000
5 4af39611 Paul Brook
#define SYBORG_ID_INT         0xc51d0000
6 4af39611 Paul Brook
#define SYBORG_ID_SERIAL      0xc51d0001
7 4af39611 Paul Brook
#define SYBORG_ID_KEYBOARD    0xc51d0002
8 4af39611 Paul Brook
#define SYBORG_ID_TIMER       0xc51d0003
9 4af39611 Paul Brook
#define SYBORG_ID_RTC         0xc51d0004
10 4af39611 Paul Brook
#define SYBORG_ID_MOUSE       0xc51d0005
11 4af39611 Paul Brook
#define SYBORG_ID_TOUCHSCREEN 0xc51d0006
12 4af39611 Paul Brook
#define SYBORG_ID_FRAMEBUFFER 0xc51d0007
13 4af39611 Paul Brook
#define SYBORG_ID_HOSTFS      0xc51d0008
14 4af39611 Paul Brook
#define SYBORG_ID_SNAPSHOT    0xc51d0009
15 4af39611 Paul Brook
#define SYBORG_ID_VIRTIO      0xc51d000a
16 4af39611 Paul Brook
#define SYBORG_ID_NAND        0xc51d000b
17 4af39611 Paul Brook
18 4af39611 Paul Brook
#endif