sh: Fix up and optimize the kmap_coherent() interface.
[linux-2.6/linux-acpi-2.6/ibm-acpi-2.6.git] / arch / sh / include / asm / sh_eth.h
blobbb832584f3c17c644a54296b0bfb66e8a5fa5ebb
1 #ifndef __ASM_SH_ETH_H__
2 #define __ASM_SH_ETH_H__
4 enum {EDMAC_LITTLE_ENDIAN, EDMAC_BIG_ENDIAN};
6 struct sh_eth_plat_data {
7 int phy;
8 int edmac_endian;
9 };
11 #endif