xics.h
上传用户:jlfgdled
上传日期:2013-04-10
资源大小:33168k
文件大小:1k
源码类别:

Linux/Unix编程

开发平台:

Unix_Linux

  1. /* 
  2.  * arch/ppc/kernel/xics.h
  3.  *
  4.  * Copyright 2000 IBM Corporation.
  5.  *
  6.  *  This program is free software; you can redistribute it and/or
  7.  *  modify it under the terms of the GNU General Public License
  8.  *  as published by the Free Software Foundation; either version
  9.  *  2 of the License, or (at your option) any later version.
  10.  */
  11. #ifndef _PPC_KERNEL_XICS_H
  12. #define _PPC_KERNEL_XICS_H
  13. #include "local_irq.h"
  14. extern struct hw_interrupt_type xics_pic;
  15. extern struct hw_interrupt_type xics_8259_pic;
  16. void xics_init_IRQ(void);
  17. int xics_get_irq(struct pt_regs *);
  18. void xics_isa_init(void);
  19. #endif /* _PPC_KERNEL_XICS_H */