diff options
Diffstat (limited to 'include/asm-x86/i8253_64.h')
-rw-r--r-- | include/asm-x86/i8253_64.h | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/include/asm-x86/i8253_64.h b/include/asm-x86/i8253_64.h new file mode 100644 index 0000000..015d8df --- /dev/null +++ b/include/asm-x86/i8253_64.h @@ -0,0 +1,6 @@ +#ifndef __ASM_I8253_H__ +#define __ASM_I8253_H__ + +extern spinlock_t i8253_lock; + +#endif /* __ASM_I8253_H__ */ |