1 #ifndef _CRIS_SWAB_H
2 #define _CRIS_SWAB_H
3 
4 #ifdef __KERNEL__
5 #include <arch/swab.h>
6 #endif /* __KERNEL__ */
7 
8 #endif /* _CRIS_SWAB_H */
9