]> git.proxmox.com Git - mirror_ubuntu-bionic-kernel.git/blame - arch/sparc/kernel/prom.h
Merge tag 'char-misc-4.15-rc1' of ssh://gitolite.kernel.org/pub/scm/linux/kernel...
[mirror_ubuntu-bionic-kernel.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 */