- Linus: drop support for old-style Makefiles entirely. Big.
[davej-history.git] / arch / mips64 / arc / time.c
blob82742c4fd71fc329bfc5b7ca5163bf24d3ceaacb
1 /* $Id: time.c,v 1.2 1999/08/21 21:42:59 ralf Exp $
3 * This file is subject to the terms and conditions of the GNU General Public
4 * License. See the file "COPYING" in the main directory of this archive
5 * for more details.
7 * Extracting time information from ARCS prom.
9 * Copyright (C) 1996 David S. Miller (dm@engr.sgi.com)
11 #include <linux/init.h>
13 #include <asm/arc/types.h>
14 #include <asm/sgialib.h>
16 struct linux_tinfo * __init
17 ArcGetTime(VOID)
19 return (struct linux_tinfo *) ARC_CALL0(get_tinfo);
22 ULONG __init
23 ArcGetRelativeTime(VOID)
25 return ARC_CALL0(get_rtime);