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

Linux/Unix编程

开发平台:

Unix_Linux

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