aboutsummaryrefslogtreecommitdiffstats
path: root/arch/sparc/include/asm/clock.h
diff options
context:
space:
mode:
Diffstat (limited to 'arch/sparc/include/asm/clock.h')
-rw-r--r--arch/sparc/include/asm/clock.h11
1 files changed, 11 insertions, 0 deletions
diff --git a/arch/sparc/include/asm/clock.h b/arch/sparc/include/asm/clock.h
new file mode 100644
index 000000000000..2cf99dadec56
--- /dev/null
+++ b/arch/sparc/include/asm/clock.h
@@ -0,0 +1,11 @@
+/*
+ * clock.h: Definitions for clock operations on the Sparc.
+ *
+ * Copyright (C) 1995 David S. Miller (davem@caip.rutgers.edu)
+ */
+#ifndef _SPARC_CLOCK_H
+#define _SPARC_CLOCK_H
+
+/* Foo for now. */
+
+#endif /* !(_SPARC_CLOCK_H) */