diff options
Diffstat (limited to 'include/linux/i8253.h')
-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 @@ +/* + * This file is subject to the terms and conditions of the GNU General Public + * License. See the file "COPYING" in the main directory of this archive + * for more details. + */ +#ifndef __LINUX_I8253_H +#define __LINUX_I8253_H + +#include <asm/i8253.h> + +#endif /* __LINUX_I8253_H */ |