patch-2.2.11 linux/arch/mips/sgi/prom/time.c
Next file: linux/arch/mips/sgi/prom/tree.c
Previous file: linux/arch/mips/sgi/prom/tags.c
Back to the patch index
Back to the overall index
- Lines: 20
- Date:
Wed Dec 31 16:00:00 1969
- Orig file:
v2.2.10/linux/arch/mips/sgi/prom/time.c
- Orig date:
Tue Oct 20 13:52:55 1998
diff -u --recursive --new-file v2.2.10/linux/arch/mips/sgi/prom/time.c linux/arch/mips/sgi/prom/time.c
@@ -1,19 +0,0 @@
-/*
- * time.c: Extracting time information from ARCS prom.
- *
- * Copyright (C) 1996 David S. Miller (dm@engr.sgi.com)
- *
- * $Id: time.c,v 1.2 1998/03/27 08:53:49 ralf Exp $
- */
-#include <linux/init.h>
-#include <asm/sgialib.h>
-
-__initfunc(struct linux_tinfo *prom_gettinfo(void))
-{
- return romvec->get_tinfo();
-}
-
-__initfunc(unsigned long prom_getrtime(void))
-{
- return romvec->get_rtime();
-}
FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen (who was at: slshen@lbl.gov)