|
|
| File: [Development] / linux-2.6-xfs / arch / arm / mach-orion5x / tsx09-common.h (download)
Revision 1.1, Fri Oct 3 17:46:45 2008 UTC (9 years ago) by lachlan.longdrop.melbourne.sgi.com
Merge up to 2.6.27-rc8 Merge of 2.6.x-xfs-melb:linux:32254b by kenmcd. |
#ifndef __ARCH_ORION5X_TSX09_COMMON_H #define __ARCH_ORION5X_TSX09_COMMON_H /* * QNAP TS-x09 Boards power-off function */ extern void qnap_tsx09_power_off(void); /* * QNAP TS-x09 Boards function to find Ethernet MAC address in flash memory */ extern void __init qnap_tsx09_find_mac_addr(u32 mem_base, u32 size); /* * QNAP TS-x09 Boards ethernet declaration */ extern struct mv643xx_eth_platform_data qnap_tsx09_eth_data; #endif