WIP FPC-III support
[linux/fpc-iii.git] / arch / powerpc / include / asm / uic.h
blob7b7bd15b1c5c8125e8e42e421fa7c0215a9922c9
1 /* SPDX-License-Identifier: GPL-2.0-or-later */
2 /*
3 * IBM PPC4xx UIC external definitions and structure.
5 * Maintainer: David Gibson <dwg@au1.ibm.com>
6 * Copyright 2007 IBM Corporation.
7 */
8 #ifndef _ASM_POWERPC_UIC_H
9 #define _ASM_POWERPC_UIC_H
11 #ifdef __KERNEL__
13 extern void __init uic_init_tree(void);
14 extern unsigned int uic_get_irq(void);
16 #endif /* __KERNEL__ */
17 #endif /* _ASM_POWERPC_UIC_H */