diff options
Diffstat (limited to 'include')
-rw-r--r-- | include/linux/i8253.h | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/include/linux/i8253.h b/include/linux/i8253.h new file mode 100644 index 000000000000..d2cba88f75d6 --- /dev/null +++ b/include/linux/i8253.h | |||
@@ -0,0 +1,11 @@ | |||
1 | /* | ||
2 | * This file is subject to the terms and conditions of the GNU General Public | ||
3 | * License. See the file "COPYING" in the main directory of this archive | ||
4 | * for more details. | ||
5 | */ | ||
6 | #ifndef __LINUX_I8253_H | ||
7 | #define __LINUX_I8253_H | ||
8 | |||
9 | #include <asm/i8253.h> | ||
10 | |||
11 | #endif /* __LINUX_I8253_H */ | ||