cregit-Linux how code gets into the kernel

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

PersonTokensPropCommitsCommitProp
Yoichi Yuasa5098.04%150.00%
Greg Kroah-Hartman11.96%150.00%
Total51100.00%2100.00%
Information contained on this website is for historical information purposes only and does not indicate or represent copyright ownership.
Created with cregit.