[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 / rwsem.h
blob661c0e54702bee0a74eeec958e02ba9ed8337066
1 #ifndef __UM_RWSEM_H__
2 #define __UM_RWSEM_H__
4 #if __GNUC__ < 2 || (__GNUC__ == 2 && __GNUC_MINOR__ < 96)
5 #define __builtin_expect(exp,c) (exp)
6 #endif
8 #include "asm/arch/rwsem.h"
10 #endif