mirror of
https://github.com/ipxe/ipxe
synced 2025-12-20 03:55:46 +03:00
[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>
This commit is contained in:
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user