Back to home page

OSCL-LXR

 
 

    


0001 /* SPDX-License-Identifier: GPL-2.0-or-later */
0002 /*
0003  * IBM PPC4xx UIC external definitions and structure.
0004  *
0005  * Maintainer: David Gibson <dwg@au1.ibm.com>
0006  * Copyright 2007 IBM Corporation.
0007  */
0008 #ifndef _ASM_POWERPC_UIC_H
0009 #define _ASM_POWERPC_UIC_H
0010 
0011 #ifdef __KERNEL__
0012 
0013 extern void __init uic_init_tree(void);
0014 extern unsigned int uic_get_irq(void);
0015 
0016 #endif /* __KERNEL__ */
0017 #endif /* _ASM_POWERPC_UIC_H */