mirror of https://github.com/ipxe/ipxe.git
[cs89x0] Remove conflicting macro definitions
Remove macros which aren't used anywhere in the driver, and which conflict with macros of the same name used in the EFI headers. Signed-off-by: Michael Brown <mcb30@ipxe.org>pull/13/head
parent
9f75ee9ddb
commit
b2c9730da7
|
@ -471,9 +471,6 @@ FILE_LICENCE ( GPL2_ONLY );
|
||||||
#define PNP_CNF_DMA 0x74
|
#define PNP_CNF_DMA 0x74
|
||||||
#define PNP_CNF_MEM 0x48
|
#define PNP_CNF_MEM 0x48
|
||||||
|
|
||||||
#define BIT0 1
|
|
||||||
#define BIT15 0x8000
|
|
||||||
|
|
||||||
/*
|
/*
|
||||||
* Local variables:
|
* Local variables:
|
||||||
* c-basic-offset: 8
|
* c-basic-offset: 8
|
||||||
|
|
Loading…
Reference in New Issue