GUI: Fix Tomato RAF theme for all builds. Compilation typo.
[tomato.git] / release / src-rt-6.x.4708 / linux / linux-2.6.36 / arch / arm / mach-orion5x / tsx09-common.h
blob0984264616f028249097484ab20a83a7c0a33182
1 #ifndef __ARCH_ORION5X_TSX09_COMMON_H
2 #define __ARCH_ORION5X_TSX09_COMMON_H
4 /*
5 * QNAP TS-x09 Boards power-off function
6 */
7 extern void qnap_tsx09_power_off(void);
9 /*
10 * QNAP TS-x09 Boards function to find Ethernet MAC address in flash memory
12 extern void __init qnap_tsx09_find_mac_addr(u32 mem_base, u32 size);
15 * QNAP TS-x09 Boards ethernet declaration
17 extern struct mv643xx_eth_platform_data qnap_tsx09_eth_data;
20 #endif