[PATCH] I2C: Add support for the LPC47M15x and LPC47M192 chips to smsc47m1
[linux-2.6/linux-acpi-2.6/ibm-acpi-2.6.git] / include / asm-um / archparam-ppc.h
blob172cd6ffacc4a28c5eceb9b40b97dc86d3019d38
1 #ifndef __UM_ARCHPARAM_PPC_H
2 #define __UM_ARCHPARAM_PPC_H
4 /********* Bits for asm-um/hw_irq.h **********/
6 struct hw_interrupt_type;
8 /********* Bits for asm-um/hardirq.h **********/
10 #define irq_enter(cpu, irq) hardirq_enter(cpu)
11 #define irq_exit(cpu, irq) hardirq_exit(cpu)
13 /********* Bits for asm-um/string.h **********/
15 #define __HAVE_ARCH_STRRCHR
17 #endif