mirror of
https://github.com/ipxe/ipxe
synced 2025-12-23 13:30:57 +03:00
Synced across updates from Etherboot 5.4 tree
This commit is contained in:
@@ -413,13 +413,6 @@ static char *adapter_name[] = {
|
||||
#define ALIGN8 ((u32)8 - 1) /* 2 longword (quadword) align */
|
||||
#define ALIGN ALIGN8 /* Keep the LANCE happy... */
|
||||
|
||||
typedef long s32;
|
||||
typedef unsigned long u32;
|
||||
typedef short s16;
|
||||
typedef unsigned short u16;
|
||||
typedef char s8;
|
||||
typedef unsigned char u8;
|
||||
|
||||
/*
|
||||
** The DEPCA Rx and Tx ring descriptors.
|
||||
*/
|
||||
|
||||
Reference in New Issue
Block a user