Add a 00-INDEX file to Documentation/mips/
[linux-2.6/linux-acpi-2.6/ibm-acpi-2.6.git] / include / asm-x86 / semaphore.h
blob572c0b67a6b09c6d09f5c68ca0f10aed0795a179
1 #ifdef CONFIG_X86_32
2 # include "semaphore_32.h"
3 #else
4 # include "semaphore_64.h"
5 #endif