1b8b572e1SStephen Rothwell /* 2b8b572e1SStephen Rothwell * IBM PPC4xx UIC external definitions and structure. 3b8b572e1SStephen Rothwell * 4b8b572e1SStephen Rothwell * Maintainer: David Gibson <dwg@au1.ibm.com> 5b8b572e1SStephen Rothwell * Copyright 2007 IBM Corporation. 6b8b572e1SStephen Rothwell * 7b8b572e1SStephen Rothwell * This program is free software; you can redistribute it and/or modify it 8b8b572e1SStephen Rothwell * under the terms of the GNU General Public License as published by the 9b8b572e1SStephen Rothwell * Free Software Foundation; either version 2 of the License, or (at your 10b8b572e1SStephen Rothwell * option) any later version. 11b8b572e1SStephen Rothwell */ 12b8b572e1SStephen Rothwell #ifndef _ASM_POWERPC_UIC_H 13b8b572e1SStephen Rothwell #define _ASM_POWERPC_UIC_H 14b8b572e1SStephen Rothwell 15b8b572e1SStephen Rothwell #ifdef __KERNEL__ 16b8b572e1SStephen Rothwell 17b8b572e1SStephen Rothwell extern void __init uic_init_tree(void); 18b8b572e1SStephen Rothwell extern unsigned int uic_get_irq(void); 19b8b572e1SStephen Rothwell 20b8b572e1SStephen Rothwell #endif /* __KERNEL__ */ 21b8b572e1SStephen Rothwell #endif /* _ASM_POWERPC_UIC_H */ 22