Release 4.14 arch/mips/include/asm/mach-au1x00/prom.h
/* SPDX-License-Identifier: GPL-2.0 */
#ifndef __AU1X00_PROM_H
#define __AU1X00_PROM_H
extern int prom_argc;
extern char **prom_argv;
extern char **prom_envp;
extern void prom_init_cmdline(void);
extern char *prom_getenv(char *envname);
extern int prom_get_ethernet_addr(char *ethernet_addr);
#endif
Overall Contributors
Person | Tokens | Prop | Commits | CommitProp |
Yoichi Yuasa | 50 | 98.04% | 1 | 50.00% |
Greg Kroah-Hartman | 1 | 1.96% | 1 | 50.00% |
Total | 51 | 100.00% | 2 | 100.00% |
Information contained on this website is for historical information purposes only and does not indicate or represent copyright ownership.