xref: /kernel/linux/linux-5.10/arch/arm/mach-orion5x/tsx09-common.h (revision 8c2ecf20)
  • Home
  • History
  • Annotate Annotate
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
  • only in /kernel/linux/linux-5.10/arch/arm/mach-orion5x/
18c2ecf20Sopenharmony_ci/* SPDX-License-Identifier: GPL-2.0 */
28c2ecf20Sopenharmony_ci#ifndef __ARCH_ORION5X_TSX09_COMMON_H
38c2ecf20Sopenharmony_ci#define __ARCH_ORION5X_TSX09_COMMON_H
48c2ecf20Sopenharmony_ci
58c2ecf20Sopenharmony_ci/*
68c2ecf20Sopenharmony_ci * QNAP TS-x09 Boards power-off function
78c2ecf20Sopenharmony_ci */
88c2ecf20Sopenharmony_ciextern void qnap_tsx09_power_off(void);
98c2ecf20Sopenharmony_ci
108c2ecf20Sopenharmony_ci/*
118c2ecf20Sopenharmony_ci * QNAP TS-x09 Boards function to find Ethernet MAC address in flash memory
128c2ecf20Sopenharmony_ci */
138c2ecf20Sopenharmony_ciextern void __init qnap_tsx09_find_mac_addr(u32 mem_base, u32 size);
148c2ecf20Sopenharmony_ci
158c2ecf20Sopenharmony_ci/*
168c2ecf20Sopenharmony_ci * QNAP TS-x09 Boards ethernet declaration
178c2ecf20Sopenharmony_ci */
188c2ecf20Sopenharmony_ciextern struct mv643xx_eth_platform_data qnap_tsx09_eth_data;
198c2ecf20Sopenharmony_ci
208c2ecf20Sopenharmony_ci
218c2ecf20Sopenharmony_ci#endif
22

Indexes created Thu Nov 07 10:32:03 CST 2024