 2e74a74f27
			
		
	
	
	2e74a74f27
	
	
	
		
			
			Drop the remaining uses of extern for prototypes in .h files in the sparc specific part of the kernel tree. Signed-off-by: Sam Ravnborg <sam@ravnborg.org> Signed-off-by: David S. Miller <davem@davemloft.net>
		
			
				
	
	
		
			11 lines
		
	
	
	
		
			180 B
			
		
	
	
	
		
			C
		
	
	
	
	
	
			
		
		
	
	
			11 lines
		
	
	
	
		
			180 B
			
		
	
	
	
		
			C
		
	
	
	
	
	
| #ifndef __PROM_H
 | |
| #define __PROM_H
 | |
| 
 | |
| #include <linux/spinlock.h>
 | |
| #include <asm/prom.h>
 | |
| 
 | |
| void of_console_init(void);
 | |
| 
 | |
| extern unsigned int prom_early_allocated;
 | |
| 
 | |
| #endif /* __PROM_H */
 |