]> git.proxmox.com Git - mirror_ubuntu-bionic-kernel.git/blame - arch/arm/mach-orion5x/tsx09-common.h
Merge remote-tracking branches 'spi/topic/imx', 'spi/topic/mxs', 'spi/topic/orion...
[mirror_ubuntu-bionic-kernel.git] / arch / arm / mach-orion5x / tsx09-common.h
CommitLineData
b2441318 1/* SPDX-License-Identifier: GPL-2.0 */
530c854a
SB
2#ifndef __ARCH_ORION5X_TSX09_COMMON_H
3#define __ARCH_ORION5X_TSX09_COMMON_H
4
5/*
6 * QNAP TS-x09 Boards power-off function
7 */
8extern void qnap_tsx09_power_off(void);
9
10/*
11 * QNAP TS-x09 Boards function to find Ethernet MAC address in flash memory
12 */
13extern void __init qnap_tsx09_find_mac_addr(u32 mem_base, u32 size);
14
15/*
16 * QNAP TS-x09 Boards ethernet declaration
17 */
18extern struct mv643xx_eth_platform_data qnap_tsx09_eth_data;
19
20
21#endif