1*2874c5fdSThomas Gleixner /* SPDX-License-Identifier: GPL-2.0-or-later */ 2b8b572e1SStephen Rothwell /* 3b8b572e1SStephen Rothwell * IBM PPC4xx UIC external definitions and structure. 4b8b572e1SStephen Rothwell * 5b8b572e1SStephen Rothwell * Maintainer: David Gibson <dwg@au1.ibm.com> 6b8b572e1SStephen Rothwell * Copyright 2007 IBM Corporation. 7b8b572e1SStephen Rothwell */ 8b8b572e1SStephen Rothwell #ifndef _ASM_POWERPC_UIC_H 9b8b572e1SStephen Rothwell #define _ASM_POWERPC_UIC_H 10b8b572e1SStephen Rothwell 11b8b572e1SStephen Rothwell #ifdef __KERNEL__ 12b8b572e1SStephen Rothwell 13b8b572e1SStephen Rothwell extern void __init uic_init_tree(void); 14b8b572e1SStephen Rothwell extern unsigned int uic_get_irq(void); 15b8b572e1SStephen Rothwell 16b8b572e1SStephen Rothwell #endif /* __KERNEL__ */ 17b8b572e1SStephen Rothwell #endif /* _ASM_POWERPC_UIC_H */ 18