Blame view

arch/x86/include/asm/checksum.h 86 Bytes
96a388de5   Thomas Gleixner   i386/x86_64: move...
1
2
3
4
5
  #ifdef CONFIG_X86_32
  # include "checksum_32.h"
  #else
  # include "checksum_64.h"
  #endif