From c4e32cf008233c16bfd11813064db4732bd14a92 Mon Sep 17 00:00:00 2001 From: Ralf Baechle Date: Sun, 26 Mar 2000 23:09:04 +0000 Subject: Change some prototypes of the 32-bit ARC library to be same as in the 64-bit library. Needed by the sgiseeq driver. --- arch/mips/arc/env.c | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) (limited to 'arch/mips/arc') diff --git a/arch/mips/arc/env.c b/arch/mips/arc/env.c index 8132442d5..193e9dd08 100644 --- a/arch/mips/arc/env.c +++ b/arch/mips/arc/env.c @@ -3,7 +3,7 @@ * * Copyright (C) 1996 David S. Miller (dm@engr.sgi.com) * - * $Id: env.c,v 1.1 1998/10/18 13:32:08 tsbogend Exp $ + * $Id: env.c,v 1.2 1999/10/09 00:00:57 ralf Exp $ */ #include #include @@ -11,12 +11,14 @@ #include -char * __init prom_getenv(char *name) +PCHAR __init +ArcGetEnvironmentVariable(CHAR *name) { return romvec->get_evar(name); } -long __init prom_setenv(char *name, char *value) +LONG __init +ArcSetEnvironmentVariable(PCHAR name, PCHAR value) { return romvec->set_evar(name, value); } -- cgit v1.2.3