OMAP: Add new function to check wether there is irq pending
[linux-ginger.git] / arch / x86 / include / asm / xor.h
blob11b3bb86e17bc06e579a0d4e1493c30903a845a6
1 #ifdef CONFIG_X86_32
2 # include "xor_32.h"
3 #else
4 # include "xor_64.h"
5 #endif