Merge tag 'x86_cpu_for_v6.11_rc1' of git://git.kernel.org/pub/scm/linux/kernel/git...
[linux-2.6-block.git] / arch / powerpc / include / asm / uic.h
CommitLineData
2874c5fd 1/* SPDX-License-Identifier: GPL-2.0-or-later */
e58923ed 2/*
e58923ed
DG
3 * IBM PPC4xx UIC external definitions and structure.
4 *
5 * Maintainer: David Gibson <dwg@au1.ibm.com>
6 * Copyright 2007 IBM Corporation.
e58923ed
DG
7 */
8#ifndef _ASM_POWERPC_UIC_H
9#define _ASM_POWERPC_UIC_H
10
11#ifdef __KERNEL__
12
13extern void __init uic_init_tree(void);
14extern unsigned int uic_get_irq(void);
15
16#endif /* __KERNEL__ */
17#endif /* _ASM_POWERPC_UIC_H */