mirror of
https://mirrors.bfsu.edu.cn/git/linux.git
synced 2025-01-09 15:24:32 +08:00
7 lines
72 B
C
7 lines
72 B
C
|
#ifndef __UM_BUGS_H
|
||
|
#define __UM_BUGS_H
|
||
|
|
||
|
void check_bugs(void);
|
||
|
|
||
|
#endif
|