Browse Source

[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>
tags/v1.20.1
Michael Brown 11 years ago
parent
commit
b2c9730da7
1 changed files with 0 additions and 3 deletions
  1. 0
    3
      src/drivers/net/cs89x0.h

+ 0
- 3
src/drivers/net/cs89x0.h View File

471
 #define PNP_CNF_DMA 0x74
471
 #define PNP_CNF_DMA 0x74
472
 #define PNP_CNF_MEM 0x48
472
 #define PNP_CNF_MEM 0x48
473
 
473
 
474
-#define BIT0 1
475
-#define BIT15 0x8000
476
-
477
 /*
474
 /*
478
  * Local variables:
475
  * Local variables:
479
  *  c-basic-offset: 8
476
  *  c-basic-offset: 8

Loading…
Cancel
Save