diff options
author | Yoichi Yuasa <yoichi_yuasa@tripeaks.co.jp> | 2007-10-15 06:11:24 -0400 |
---|---|---|
committer | Jeff Garzik <jeff@garzik.org> | 2007-10-15 14:38:25 -0400 |
commit | 25b31cb118f399e9996ed7a3766b86c69a6bb07e (patch) | |
tree | 455e89553ee38d208dad1d50bb1ba9e8d9057001 /include/asm-mips/mach-au1x00 | |
parent | 2de889235d0e820a6b256b834ee6a64e12fede08 (diff) |
add new prom.h for AU1x00
Add new prom.h for AU1x00.
Signed-off-by: Yoichi Yuasa <yoichi_yuasa@tripeaks.co.jp>
Acked-by: Ralf Baechle <ralf@linux-mips.org>
Signed-off-by: Jeff Garzik <jeff@garzik.org>
Diffstat (limited to 'include/asm-mips/mach-au1x00')
-rw-r--r-- | include/asm-mips/mach-au1x00/prom.h | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/include/asm-mips/mach-au1x00/prom.h b/include/asm-mips/mach-au1x00/prom.h new file mode 100644 index 000000000000..e38715577c51 --- /dev/null +++ b/include/asm-mips/mach-au1x00/prom.h | |||
@@ -0,0 +1,13 @@ | |||
1 | #ifndef __AU1X00_PROM_H | ||
2 | #define __AU1X00_PROM_H | ||
3 | |||
4 | extern int prom_argc; | ||
5 | extern char **prom_argv; | ||
6 | extern char **prom_envp; | ||
7 | |||
8 | extern void prom_init_cmdline(void); | ||
9 | extern char *prom_getcmdline(void); | ||
10 | extern char *prom_getenv(char *envname); | ||
11 | extern int prom_get_ethernet_addr(char *ethernet_addr); | ||
12 | |||
13 | #endif | ||