License cleanup: add SPDX GPL-2.0 license identifier to files with no license
[linux-block.git] / arch / mips / include / asm / mach-au1x00 / prom.h
CommitLineData
b2441318 1/* SPDX-License-Identifier: GPL-2.0 */
25b31cb1
YY
2#ifndef __AU1X00_PROM_H
3#define __AU1X00_PROM_H
4
5extern int prom_argc;
6extern char **prom_argv;
7extern char **prom_envp;
8
9extern void prom_init_cmdline(void);
25b31cb1
YY
10extern char *prom_getenv(char *envname);
11extern int prom_get_ethernet_addr(char *ethernet_addr);
12
13#endif