drm/rockchip: vop2: Fix the windows switch between different layers
[drm/drm-misc.git] / arch / mips / include / asm / mach-au1x00 / prom.h
blobc62ee0246d7632cfdddf9e3581705b0a3b2ceb86
1 /* SPDX-License-Identifier: GPL-2.0 */
2 #ifndef __AU1X00_PROM_H
3 #define __AU1X00_PROM_H
5 extern int prom_argc;
6 extern char **prom_argv;
7 extern char **prom_envp;
9 extern void prom_init_cmdline(void);
10 extern char *prom_getenv(char *envname);
11 extern int prom_get_ethernet_addr(char *ethernet_addr);
13 #endif