mirror of
https://mirrors.bfsu.edu.cn/git/linux.git
synced 2024-11-19 18:24:14 +08:00
8d27b2f798
Remove the code duplication found in the setup files of TS-219 and TS-41x. Signed-off-by: Martin Michlmayr <tbm@cyrius.com> Signed-off-by: Nicolas Pitre <nico@marvell.com>
8 lines
172 B
C
8 lines
172 B
C
#ifndef __ARCH_KIRKWOOD_TSX1X_COMMON_H
|
|
#define __ARCH_KIRKWOOD_TSX1X_COMMON_H
|
|
|
|
extern void qnap_tsx1x_register_flash(void);
|
|
extern void qnap_tsx1x_power_off(void);
|
|
|
|
#endif
|