]> git.proxmox.com Git - mirror_ubuntu-bionic-kernel.git/blame - arch/sparc/kernel/prom.h
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dtor/input
[mirror_ubuntu-bionic-kernel.git] / arch / sparc / kernel / prom.h
CommitLineData
657f201d
DM
1#ifndef __PROM_H
2#define __PROM_H
3
4#include <linux/spinlock.h>
5#include <asm/prom.h>
6
efeac2f8 7extern void * prom_early_alloc(unsigned long size);
5fce09c6 8extern void irq_trans_init(struct device_node *dp);
5fce09c6 9
e5ff0fe3
DM
10extern unsigned int prom_unique_id;
11
6524036a 12extern char *build_path_component(struct device_node *dp);
23dc758e 13extern void of_console_init(void);
6524036a 14
23dc758e 15extern unsigned int prom_early_allocated;
6524036a 16
657f201d 17#endif /* __PROM_H */