mirror of
https://mirrors.bfsu.edu.cn/git/linux.git
synced 2024-11-15 16:24:13 +08:00
17 lines
236 B
C
17 lines
236 B
C
|
/*
|
||
|
* include/asm-v850e/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);
|
||
|
*/
|
||
|
|
||
|
static void check_bugs(void)
|
||
|
{
|
||
|
}
|