mirror of
https://github.com/ipxe/ipxe
synced 2025-12-19 19:49:45 +03:00
Synced across updates from Etherboot 5.4 tree
This commit is contained in:
@@ -71,13 +71,6 @@
|
||||
|
||||
#define NUM_RX_DESC 4 /* Number of Rx descriptor registers. */
|
||||
|
||||
typedef uint8_t u8;
|
||||
typedef int8_t s8;
|
||||
typedef uint16_t u16;
|
||||
typedef int16_t s16;
|
||||
typedef uint32_t u32;
|
||||
typedef int32_t s32;
|
||||
|
||||
/* helpful macroes if on a big_endian machine for changing byte order.
|
||||
not strictly needed on Intel */
|
||||
#define get_unaligned(ptr) (*(ptr))
|
||||
|
||||
Reference in New Issue
Block a user