patch-2.1.126 linux/include/asm-mips/timex.h
Next file: linux/include/asm-mips/uaccess.h
Previous file: linux/include/asm-mips/termios.h
Back to the patch index
Back to the overall index
- Lines: 27
- Date:
Tue Oct 20 13:52:54 1998
- Orig file:
v2.1.125/linux/include/asm-mips/timex.h
- Orig date:
Fri May 8 23:14:55 1998
diff -u --recursive --new-file v2.1.125/linux/include/asm-mips/timex.h linux/include/asm-mips/timex.h
@@ -1,10 +1,15 @@
-/*
- * linux/include/asm-mips/timex.h
+/* $Id: timex.h,v 1.1 1998/08/17 10:20:18 ralf Exp $
*
- * mips architecture timex specifications
+ * 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.
+ *
+ * Copyright (C) 1998 by Ralf Baechle
+ *
+ * FIXME: For some of the supported machines this is dead wrong.
*/
-#ifndef _ASMmips_TIMEX_H
-#define _ASMmips_TIMEX_H
+#ifndef __ASM_MIPS_TIMEX_H
+#define __ASM_MIPS_TIMEX_H
#define CLOCK_TICK_RATE 1193180 /* Underlying HZ */
#define CLOCK_TICK_FACTOR 20 /* Factor of both 1000000 and CLOCK_TICK_RATE */
@@ -12,4 +17,4 @@
(1000000/CLOCK_TICK_FACTOR) / (CLOCK_TICK_RATE/CLOCK_TICK_FACTOR)) \
<< (SHIFT_SCALE-SHIFT_HZ)) / HZ)
-#endif
+#endif /* __ASM_MIPS_TIMEX_H */
FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen, slshen@lbl.gov