blob: 19a92982629a3e4424ccdc6176f207ca8550f277 [file] [log] [blame]
Greg Kroah-Hartmanb2441312017-11-01 15:07:57 +01001// SPDX-License-Identifier: GPL-2.0
Greg Ungerer66d857b2011-03-22 13:39:27 +10002#ifdef CONFIG_MMU
3#include "setup_mm.c"
Linus Torvalds1da177e2005-04-16 15:20:36 -07004#else
Greg Ungerer66d857b2011-03-22 13:39:27 +10005#include "setup_no.c"
Linus Torvalds1da177e2005-04-16 15:20:36 -07006#endif
Alexandre Belloni375bc912017-09-28 11:44:52 +02007
8#if IS_ENABLED(CONFIG_INPUT_M68K_BEEP)
9void (*mach_beep)(unsigned int, unsigned int);
10EXPORT_SYMBOL(mach_beep);
11#endif