Greg Kroah-Hartman | b244131 | 2017-11-01 15:07:57 +0100 | [diff] [blame] | 1 | // SPDX-License-Identifier: GPL-2.0 |
Greg Ungerer | 66d857b | 2011-03-22 13:39:27 +1000 | [diff] [blame] | 2 | #ifdef CONFIG_MMU |
| 3 | #include "setup_mm.c" |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 4 | #else |
Greg Ungerer | 66d857b | 2011-03-22 13:39:27 +1000 | [diff] [blame] | 5 | #include "setup_no.c" |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 6 | #endif |
Alexandre Belloni | 375bc91 | 2017-09-28 11:44:52 +0200 | [diff] [blame] | 7 | |
| 8 | #if IS_ENABLED(CONFIG_INPUT_M68K_BEEP) |
| 9 | void (*mach_beep)(unsigned int, unsigned int); |
| 10 | EXPORT_SYMBOL(mach_beep); |
| 11 | #endif |