Back to home page

OSCL-LXR

 
 

    


0001 /* SPDX-License-Identifier: GPL-2.0 */
0002 #ifndef __PROM_H
0003 #define __PROM_H
0004 
0005 #include <linux/spinlock.h>
0006 #include <asm/prom.h>
0007 
0008 void of_console_init(void);
0009 
0010 extern unsigned int prom_early_allocated;
0011 
0012 #endif /* __PROM_H */