syborg.h 578 B

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