blob: 7a88b8b9b54d4b00609e9f687a0b0e711c22bb64 [file] [log] [blame]
Christophe Leroy69795ca2019-04-18 16:51:18 +10001/* SPDX-License-Identifier: GPL-2.0 */
2#ifndef _ASM_POWERPC_KUP_H_
3#define _ASM_POWERPC_KUP_H_
4
5#ifndef __ASSEMBLY__
6
7void setup_kup(void);
8
9#endif /* !__ASSEMBLY__ */
10
11#endif /* _ASM_POWERPC_KUP_H_ */