repo.or.cz
/
linux
/
fpc-iii.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Merge tag 'sched-urgent-2020-12-27' of git://git.kernel.org/pub/scm/linux/kernel...
[linux/fpc-iii.git]
/
arch
/
m68k
/
kernel
/
setup.c
blob
19a92982629a3e4424ccdc6176f207ca8550f277
1
// SPDX-License-Identifier: GPL-2.0
2
#ifdef CONFIG_MMU
3
#include
"setup_mm.c"
4
#else
5
#include
"setup_no.c"
6
#endif
7
8
#if IS_ENABLED(CONFIG_INPUT_M68K_BEEP)
9
void
(*
mach_beep
)(
unsigned int
,
unsigned int
);
10
EXPORT_SYMBOL
(
mach_beep
);
11
#endif