QEMU main repository: Please see https://www.qemu.org/docs/master/devel/submitting-a-patch.html for how to submit changes to QEMU. Pull Requests are ignored. Please only use release tarballs from the QEMU website. http://www.qemu.org
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
18 lines
578 B
18 lines
578 B
#ifndef _SYBORG_H
|
|
#define _SYBORG_H
|
|
|
|
#define SYBORG_ID_PLATFORM 0xc51d1000
|
|
#define SYBORG_ID_INT 0xc51d0000
|
|
#define SYBORG_ID_SERIAL 0xc51d0001
|
|
#define SYBORG_ID_KEYBOARD 0xc51d0002
|
|
#define SYBORG_ID_TIMER 0xc51d0003
|
|
#define SYBORG_ID_RTC 0xc51d0004
|
|
#define SYBORG_ID_MOUSE 0xc51d0005
|
|
#define SYBORG_ID_TOUCHSCREEN 0xc51d0006
|
|
#define SYBORG_ID_FRAMEBUFFER 0xc51d0007
|
|
#define SYBORG_ID_HOSTFS 0xc51d0008
|
|
#define SYBORG_ID_SNAPSHOT 0xc51d0009
|
|
#define SYBORG_ID_VIRTIO 0xc51d000a
|
|
#define SYBORG_ID_NAND 0xc51d000b
|
|
|
|
#endif
|
|
|