xref: /kernel/linux/linux-6.6/arch/arm/mach-orion5x/tsx09-common.h
  • Home
  • History
  • Annotate Annotate
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
  • only in /kernel/linux/linux-6.6/arch/arm/mach-orion5x/
162306a36Sopenharmony_ci/* SPDX-License-Identifier: GPL-2.0 */
262306a36Sopenharmony_ci#ifndef __ARCH_ORION5X_TSX09_COMMON_H
362306a36Sopenharmony_ci#define __ARCH_ORION5X_TSX09_COMMON_H
462306a36Sopenharmony_ci
562306a36Sopenharmony_ci/*
662306a36Sopenharmony_ci * QNAP TS-x09 Boards power-off function
762306a36Sopenharmony_ci */
862306a36Sopenharmony_ciextern void qnap_tsx09_power_off(void);
962306a36Sopenharmony_ci
1062306a36Sopenharmony_ci/*
1162306a36Sopenharmony_ci * QNAP TS-x09 Boards function to find Ethernet MAC address in flash memory
1262306a36Sopenharmony_ci */
1362306a36Sopenharmony_ciextern void __init qnap_tsx09_find_mac_addr(u32 mem_base, u32 size);
1462306a36Sopenharmony_ci
1562306a36Sopenharmony_ci/*
1662306a36Sopenharmony_ci * QNAP TS-x09 Boards ethernet declaration
1762306a36Sopenharmony_ci */
1862306a36Sopenharmony_ciextern struct mv643xx_eth_platform_data qnap_tsx09_eth_data;
1962306a36Sopenharmony_ci
2062306a36Sopenharmony_ci
2162306a36Sopenharmony_ci#endif
22

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