1 /* SPDX-License-Identifier: GPL-2.0-or-later */
6 #ifndef _ASM_NIOS2_SETUP_H
7 #define _ASM_NIOS2_SETUP_H
9 #include <asm-generic/setup.h>
14 extern char exception_handler_hook[];
15 extern char fast_handler[];
16 extern char fast_handler_end[];
18 extern void pagetable_init(void);
20 #endif/* __KERNEL__ */
21 #endif /* __ASSEMBLY__ */
23 #endif /* _ASM_NIOS2_SETUP_H */