tsx09-common.h 439 B

123456789101112131415161718192021
  1. #ifndef __ARCH_ORION5X_TSX09_COMMON_H
  2. #define __ARCH_ORION5X_TSX09_COMMON_H
  3. /*
  4. * QNAP TS-x09 Boards power-off function
  5. */
  6. extern void qnap_tsx09_power_off(void);
  7. /*
  8. * QNAP TS-x09 Boards function to find Ethernet MAC address in flash memory
  9. */
  10. extern void __init qnap_tsx09_find_mac_addr(u32 mem_base, u32 size);
  11. /*
  12. * QNAP TS-x09 Boards ethernet declaration
  13. */
  14. extern struct mv643xx_eth_platform_data qnap_tsx09_eth_data;
  15. #endif