byteorder: make swab.h include asm/swab.h like a regular header
[linux-2.6/btrfs-unstable.git] / arch / sh / include / asm / checksum.h
blob67496ab0ef0421c166fd9a33a56c7e1249c2d10a
1 #ifdef CONFIG_SUPERH32
2 # include "checksum_32.h"
3 #else
4 # include "checksum_64.h"
5 #endif