1 // SPDX-License-Identifier: GPL-2.0 1 // SPDX-License-Identifier: GPL-2.0 2 #ifdef CONFIG_MMU 2 #ifdef CONFIG_MMU 3 #include "setup_mm.c" 3 #include "setup_mm.c" 4 #else 4 #else 5 #include "setup_no.c" 5 #include "setup_no.c" 6 #endif 6 #endif 7 7 8 #if IS_ENABLED(CONFIG_INPUT_M68K_BEEP) 8 #if IS_ENABLED(CONFIG_INPUT_M68K_BEEP) 9 void (*mach_beep)(unsigned int, unsigned int); 9 void (*mach_beep)(unsigned int, unsigned int); 10 EXPORT_SYMBOL(mach_beep); 10 EXPORT_SYMBOL(mach_beep); 11 #endif 11 #endif 12 12
Linux® is a registered trademark of Linus Torvalds in the United States and other countries.
TOMOYO® is a registered trademark of NTT DATA CORPORATION.