Back to home page

OSCL-LXR

 
 

    


0001 /* SPDX-License-Identifier: GPL-2.0 */
0002 #ifndef __ARCH_ORION5X_TSX09_COMMON_H
0003 #define __ARCH_ORION5X_TSX09_COMMON_H
0004 
0005 /*
0006  * QNAP TS-x09 Boards power-off function
0007  */
0008 extern void qnap_tsx09_power_off(void);
0009 
0010 /*
0011  * QNAP TS-x09 Boards function to find Ethernet MAC address in flash memory
0012  */
0013 extern void __init qnap_tsx09_find_mac_addr(u32 mem_base, u32 size);
0014 
0015 /*
0016  * QNAP TS-x09 Boards ethernet declaration
0017  */
0018 extern struct mv643xx_eth_platform_data qnap_tsx09_eth_data;
0019 
0020 
0021 #endif