summaryrefslogtreecommitdiffstats
path: root/uClinux-2.4.20-uc1/include/asm-armnommu/arch-W90N745/bib.h
blob: 24c493212fd9314ee1e506866e90c360e134ddb0 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
#ifndef _BIB_H
#define _BIB_H
#include <asm/arch/cdefs.h>
//---------------------------------------------------------------------------
typedef struct _t_bootloaer_info
{
	UINT32 length;
	UINT32 type;
	char mac0[6];
	char ip0[6];
	char mac1[6];
	char ip1[6];
	UINT32 cache;
	UINT32 dhcp;
	UINT32 net_mac;
	UINT32 phy;
	UINT32 buf_base;
	UINT32 buf_size;
} tbl_info;

#define BOOTLOADER_INFO	0x1

extern int _dhcp;


//---------------------------------------------------------------------------
#endif