分类: LINUX
2008-06-09 09:10:10
|
yqliu292008-06-09 09:11:19
下面是dm9000x.h #define DM9KS_DWORD_MODE 1 #define DM9KS_BYTE_MODE 2 #define DM9KS_WORD_MODE 0 #define TRUE 1 #define FALSE 0 #define DM9KS_PKT_RDY 0x01 /* Packet ready to receive */ //#ifndef CONFIG_ARCH_MAINSTONE //#pragma pack(push, 1) //#endif typedef struct _RX_DESC { u8 rxbyte; u8 status; u16 length; }RX_DESC; typedef union{ u8 buf[4]; RX_DESC desc; } rx_t; //#ifndef CONFIG_ARCH_MAINSTONE //#pragma pack(pop) //#