// SPDX-License-Identifier: GPL-2.0 #ifdef [31mCONFIG_MMU[0m #include "setup_mm.c" #else #include "setup_no.c" #endif #if IS_ENABLED([31mCONFIG_INPUT_M68K_BEEP[0m) void (*mach_beep)(unsigned int, unsigned int); EXPORT_SYMBOL(mach_beep); #endif |
// SPDX-License-Identifier: GPL-2.0 #ifdef [31mCONFIG_MMU[0m #include "setup_mm.c" #else #include "setup_no.c" #endif #if IS_ENABLED([31mCONFIG_INPUT_M68K_BEEP[0m) void (*mach_beep)(unsigned int, unsigned int); EXPORT_SYMBOL(mach_beep); #endif |