sim-card
/
qemu
Archived
10
0
Fork 0

cirrus_vga: CIRRUS_HOOK_* is not used anymore

Signed-off-by: Juan Quintela <quintela@redhat.com>
Signed-off-by: Anthony Liguori <aliguori@us.ibm.com>
This commit is contained in:
Juan Quintela 2009-08-31 16:07:33 +02:00 committed by Anthony Liguori
parent 4ec1ce048e
commit 93ec8b321c
1 changed files with 0 additions and 5 deletions

View File

@ -208,11 +208,6 @@
#define CIRRUS_PNPMMIO_SIZE 0x1000
/* I/O and memory hook */
#define CIRRUS_HOOK_NOT_HANDLED 0
#define CIRRUS_HOOK_HANDLED 1
#define ABS(a) ((signed)(a) > 0 ? a : -a)
#define BLTUNSAFE(s) \