/* * 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. * * env.c: ARCS environment variable routines. * * Copyright (C) 1996 David S. Miller (davem@davemloft.net) */ #include <linux/init.h> #include <linux/kernel.h> #include <linux/string.h> #include <asm/fw/arc/types.h> #include <asm/sgialib.h>
PCHAR __init ArcGetEnvironmentVariable(CHAR *name) { return (CHAR *) ARC_CALL1(get_evar, name); }Contributors
| Person | Tokens | Prop | Commits | CommitProp | |
| pre-git | pre-git | 15 | 68.18% | 3 | 75.00% |
| ralf baechle | ralf baechle | 7 | 31.82% | 1 | 25.00% |
| Total | 22 | 100.00% | 4 | 100.00% |
| Person | Tokens | Prop | Commits | CommitProp | |
| pre-git | pre-git | 19 | 86.36% | 3 | 75.00% |
| ralf baechle | ralf baechle | 3 | 13.64% | 1 | 25.00% |
| Total | 22 | 100.00% | 4 | 100.00% |
| Person | Tokens | Prop | Commits | CommitProp | |
| pre-git | pre-git | 46 | 76.67% | 4 | 57.14% |
| ralf baechle | ralf baechle | 12 | 20.00% | 1 | 14.29% |
| justin mattock | justin mattock | 1 | 1.67% | 1 | 14.29% |
| aurelien jarno | aurelien jarno | 1 | 1.67% | 1 | 14.29% |
| Total | 60 | 100.00% | 7 | 100.00% |