mirror of
git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
synced 2025-08-05 16:54:27 +00:00
12 lines
202 B
C
12 lines
202 B
C
![]() |
/* SPDX-License-Identifier: GPL-2.0 */
|
||
|
#ifndef _ASM_POWERPC_KUP_H_
|
||
|
#define _ASM_POWERPC_KUP_H_
|
||
|
|
||
|
#ifndef __ASSEMBLY__
|
||
|
|
||
|
void setup_kup(void);
|
||
|
|
||
|
#endif /* !__ASSEMBLY__ */
|
||
|
|
||
|
#endif /* _ASM_POWERPC_KUP_H_ */
|