162306a36Sopenharmony_ci/* SPDX-License-Identifier: GPL-2.0-or-later */ 262306a36Sopenharmony_ci/* 362306a36Sopenharmony_ci * IBM PPC4xx UIC external definitions and structure. 462306a36Sopenharmony_ci * 562306a36Sopenharmony_ci * Maintainer: David Gibson <dwg@au1.ibm.com> 662306a36Sopenharmony_ci * Copyright 2007 IBM Corporation. 762306a36Sopenharmony_ci */ 862306a36Sopenharmony_ci#ifndef _ASM_POWERPC_UIC_H 962306a36Sopenharmony_ci#define _ASM_POWERPC_UIC_H 1062306a36Sopenharmony_ci 1162306a36Sopenharmony_ci#ifdef __KERNEL__ 1262306a36Sopenharmony_ci 1362306a36Sopenharmony_ciextern void __init uic_init_tree(void); 1462306a36Sopenharmony_ciextern unsigned int uic_get_irq(void); 1562306a36Sopenharmony_ci 1662306a36Sopenharmony_ci#endif /* __KERNEL__ */ 1762306a36Sopenharmony_ci#endif /* _ASM_POWERPC_UIC_H */ 18