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>
7 lines
172 B
C
7 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
|