mirror of
https://github.com/ipxe/ipxe
synced 2025-12-21 12:30:20 +03:00
Synced across updates from Etherboot 5.4 tree
This commit is contained in:
@@ -34,22 +34,10 @@
|
||||
* Indent Style: indent -kr -i8
|
||||
***************************************************************************/
|
||||
|
||||
/*
|
||||
#include <asm/io.h>
|
||||
#include <asm/types.h>
|
||||
#include <linux/netdevice.h>
|
||||
*/
|
||||
|
||||
typedef unsigned char u8;
|
||||
typedef signed char s8;
|
||||
typedef unsigned short u16;
|
||||
typedef signed short s16;
|
||||
typedef unsigned int u32;
|
||||
typedef signed int s32;
|
||||
/*****************************************************************
|
||||
* TLan Definitions
|
||||
*
|
||||
****************************************************************/
|
||||
/*****************************************************************
|
||||
* TLan Definitions
|
||||
*
|
||||
****************************************************************/
|
||||
|
||||
#define FALSE 0
|
||||
#define TRUE 1
|
||||
|
||||
Reference in New Issue
Block a user