mirror of
https://mirrors.bfsu.edu.cn/git/linux.git
synced 2024-12-18 08:35:08 +08:00
7 lines
109 B
C
7 lines
109 B
C
|
#ifndef __ASM_I8253_H__
|
||
|
#define __ASM_I8253_H__
|
||
|
|
||
|
extern spinlock_t i8253_lock;
|
||
|
|
||
|
#endif /* __ASM_I8253_H__ */
|