home *** CD-ROM | disk | FTP | other *** search
/ PC Welt 2006 November (DVD) / PCWELT_11_2006.ISO / casper / filesystem.squashfs / usr / src / linux-headers-2.6.17-6 / include / asm-um / archparam-ppc.h < prev    next >
Encoding:
C/C++ Source or Header  |  2006-08-11  |  363 b   |  18 lines

  1. #ifndef __UM_ARCHPARAM_PPC_H
  2. #define __UM_ARCHPARAM_PPC_H
  3.  
  4. /********* Bits for asm-um/hw_irq.h **********/
  5.  
  6. struct hw_interrupt_type;
  7.  
  8. /********* Bits for asm-um/hardirq.h **********/
  9.  
  10. #define irq_enter(cpu, irq) hardirq_enter(cpu)
  11. #define irq_exit(cpu, irq) hardirq_exit(cpu)
  12.  
  13. /********* Bits for asm-um/string.h **********/
  14.  
  15. #define __HAVE_ARCH_STRRCHR
  16.  
  17. #endif
  18.