mirror of
https://github.com/xemu-project/xemu.git
synced 2024-11-24 12:09:58 +00:00
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:
parent
4ec1ce048e
commit
93ec8b321c
@ -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) \
|
||||
|
Loading…
Reference in New Issue
Block a user