 ae7cbef5e5
			
		
	
	
	ae7cbef5e5
	
	
	
		
			
			Signed-off-by: Yoichi Yuasa <yuasa@linux-mips.org> Cc: linux-mips <linux-mips@linux-mips.org> Patchwork: http://patchwork.linux-mips.org/patch/927/ Signed-off-by: Ralf Baechle <ralf@linux-mips.org>
		
			
				
	
	
		
			12 lines
		
	
	
	
		
			264 B
			
		
	
	
	
		
			C
		
	
	
	
	
	
			
		
		
	
	
			12 lines
		
	
	
	
		
			264 B
			
		
	
	
	
		
			C
		
	
	
	
	
	
| #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
 |