mirror of
https://github.com/rd-stuffs/msm-4.14.git
synced 2025-02-20 11:45:48 +08: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__ */
|