summaryrefslogtreecommitdiffstats
path: root/include/asm-arm/timex.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/asm-arm/timex.h')
-rw-r--r--include/asm-arm/timex.h13
1 files changed, 13 insertions, 0 deletions
diff --git a/include/asm-arm/timex.h b/include/asm-arm/timex.h
new file mode 100644
index 000000000..29ae27df2
--- /dev/null
+++ b/include/asm-arm/timex.h
@@ -0,0 +1,13 @@
+/*
+ * linux/include/asm-arm/timex.h
+ *
+ * Architecture Specific TIME specifications
+ *
+ * Copyright (C) 1997,1998 Russell King
+ */
+#ifndef _ASMARM_TIMEX_H
+#define _ASMARM_TIMEX_H
+
+#include <asm/arch/timex.h>
+
+#endif