diff options
Diffstat (limited to 'arch/x86/um/asm/checksum.h')
| -rw-r--r-- | arch/x86/um/asm/checksum.h | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/arch/x86/um/asm/checksum.h b/arch/x86/um/asm/checksum.h new file mode 100644 index 000000000000..b6efe2381b5d --- /dev/null +++ b/arch/x86/um/asm/checksum.h | |||
| @@ -0,0 +1,10 @@ | |||
| 1 | #ifndef __UM_CHECKSUM_H | ||
| 2 | #define __UM_CHECKSUM_H | ||
| 3 | |||
| 4 | #ifdef CONFIG_X86_32 | ||
| 5 | # include "checksum_32.h" | ||
| 6 | #else | ||
| 7 | # include "checksum_64.h" | ||
| 8 | #endif | ||
| 9 | |||
| 10 | #endif | ||
