M7350/kernel/arch/cris/include/asm/swab.h
2024-09-09 08:52:07 +00:00

9 lines
135 B
C

#ifndef _CRIS_SWAB_H
#define _CRIS_SWAB_H
#ifdef __KERNEL__
#include <arch/swab.h>
#endif /* __KERNEL__ */
#endif /* _CRIS_SWAB_H */