Merge tag 'sched_ext-for-6.12-rc1-fixes-1' of git://git.kernel.org/pub/scm/linux...
[linux-2.6-block.git] / arch / sparc / kernel / prom.h
CommitLineData
b2441318 1/* SPDX-License-Identifier: GPL-2.0 */
657f201d
DM
2#ifndef __PROM_H
3#define __PROM_H
4
5#include <linux/spinlock.h>
6#include <asm/prom.h>
7
2e74a74f 8void of_console_init(void);
6524036a 9
23dc758e 10extern unsigned int prom_early_allocated;
6524036a 11
657f201d 12#endif /* __PROM_H */