~ahs3/+junk/cq-qemu

« back to all changes in this revision

Viewing changes to hw/syborg.h

  • Committer: Al Stone
  • Date: 2012-02-09 01:17:20 UTC
  • Revision ID: albert.stone@canonical.com-20120209011720-tztl7ik3qayz80p4
first commit to bzr for qemu

Show diffs side-by-side

added added

removed removed

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