PM: ACPI and APM must not be enabled at the same time
[linux-2.6/mini2440.git] / include / asm-x86 / bitops.h
blob07e3f6d4fe47993b5bbfb833584ebd286498e949
1 #ifdef CONFIG_X86_32
2 # include "bitops_32.h"
3 #else
4 # include "bitops_64.h"
5 #endif