summaryrefslogtreecommitdiffstats
path: root/include/asm-x86/8253pit.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/asm-x86/8253pit.h')
-rw-r--r--include/asm-x86/8253pit.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/include/asm-x86/8253pit.h b/include/asm-x86/8253pit.h
new file mode 100644
index 0000000..d3c2b38
--- /dev/null
+++ b/include/asm-x86/8253pit.h
@@ -0,0 +1,5 @@
+#ifdef CONFIG_X86_32
+# include "8253pit_32.h"
+#else
+# include "8253pit_64.h"
+#endif
OpenPOWER on IntegriCloud