18c2ecf20Sopenharmony_ci/* SPDX-License-Identifier: GPL-2.0-or-later */ 28c2ecf20Sopenharmony_ci/* 38c2ecf20Sopenharmony_ci * IBM PPC4xx UIC external definitions and structure. 48c2ecf20Sopenharmony_ci * 58c2ecf20Sopenharmony_ci * Maintainer: David Gibson <dwg@au1.ibm.com> 68c2ecf20Sopenharmony_ci * Copyright 2007 IBM Corporation. 78c2ecf20Sopenharmony_ci */ 88c2ecf20Sopenharmony_ci#ifndef _ASM_POWERPC_UIC_H 98c2ecf20Sopenharmony_ci#define _ASM_POWERPC_UIC_H 108c2ecf20Sopenharmony_ci 118c2ecf20Sopenharmony_ci#ifdef __KERNEL__ 128c2ecf20Sopenharmony_ci 138c2ecf20Sopenharmony_ciextern void __init uic_init_tree(void); 148c2ecf20Sopenharmony_ciextern unsigned int uic_get_irq(void); 158c2ecf20Sopenharmony_ci 168c2ecf20Sopenharmony_ci#endif /* __KERNEL__ */ 178c2ecf20Sopenharmony_ci#endif /* _ASM_POWERPC_UIC_H */ 18