archparam-ppc.h 363 B

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