xics.h
上传用户:lgb322
上传日期:2013-02-24
资源大小:30529k
文件大小:1k
源码类别:

嵌入式Linux

开发平台:

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. #include "local_irq.h"
  17. extern struct hw_interrupt_type xics_pic;
  18. extern struct hw_interrupt_type xics_8259_pic;
  19. void xics_init_IRQ(void);
  20. int xics_get_irq(struct pt_regs *);
  21. #endif /* _PPC_KERNEL_XICS_H */