mirror of
https://git.proxmox.com/git/mirror_ubuntu-kernels.git
synced 2025-11-15 12:51:01 +00:00
17 lines
239 B
C
17 lines
239 B
C
/*
|
|
* include/asm-blackfin/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)
|
|
{
|
|
}
|