mirror of
https://github.com/armbian/linux.git
synced 2026-01-06 10:13:00 -08:00
15 lines
266 B
C
15 lines
266 B
C
|
|
/*
|
||
|
|
* include/asm-m68k/bugs.h
|
||
|
|
*
|
||
|
|
* Copyright (C) 1994 Linus Torvalds
|
||
|
|
*/
|
||
|
|
|
||
|
|
/*
|
||
|
|
* This is included by init/main.c to check for architecture-dependent bugs.
|
||
|
|
*
|
||
|
|
* Needs:
|
||
|
|
* void check_bugs(void);
|
||
|
|
*/
|
||
|
|
|
||
|
|
extern void check_bugs(void); /* in arch/m68k/kernel/setup.c */
|