mirror of
https://git.proxmox.com/git/mirror_ubuntu-kernels.git
synced 2025-11-21 09:47:25 +00:00
Introduce proper declarations for i8253_lock and i8259A_lock. Signed-off-by: Ingo Molnar <mingo@elte.hu> Signed-off-by: Andrew Morton <akpm@osdl.org> Signed-off-by: Linus Torvalds <torvalds@osdl.org>
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__ */
|