uic.h 403 B

1234567891011121314151617
  1. /* SPDX-License-Identifier: GPL-2.0-or-later */
  2. /*
  3. * IBM PPC4xx UIC external definitions and structure.
  4. *
  5. * Maintainer: David Gibson <[email protected]>
  6. * Copyright 2007 IBM Corporation.
  7. */
  8. #ifndef _ASM_POWERPC_UIC_H
  9. #define _ASM_POWERPC_UIC_H
  10. #ifdef __KERNEL__
  11. extern void __init uic_init_tree(void);
  12. extern unsigned int uic_get_irq(void);
  13. #endif /* __KERNEL__ */
  14. #endif /* _ASM_POWERPC_UIC_H */