diff options
author | André Fabian Silva Delgado <emulatorman@parabola.nu> | 2015-08-05 17:04:01 -0300 |
---|---|---|
committer | André Fabian Silva Delgado <emulatorman@parabola.nu> | 2015-08-05 17:04:01 -0300 |
commit | 57f0f512b273f60d52568b8c6b77e17f5636edc0 (patch) | |
tree | 5e910f0e82173f4ef4f51111366a3f1299037a7b /include/linux/swab.h |
Initial import
Diffstat (limited to 'include/linux/swab.h')
-rw-r--r-- | include/linux/swab.h | 21 |
1 files changed, 21 insertions, 0 deletions
diff --git a/include/linux/swab.h b/include/linux/swab.h new file mode 100644 index 000000000..9ad3c60f6 --- /dev/null +++ b/include/linux/swab.h @@ -0,0 +1,21 @@ +#ifndef _LINUX_SWAB_H +#define _LINUX_SWAB_H + +#include <uapi/linux/swab.h> + +# define swab16 __swab16 +# define swab32 __swab32 +# define swab64 __swab64 +# define swahw32 __swahw32 +# define swahb32 __swahb32 +# define swab16p __swab16p +# define swab32p __swab32p +# define swab64p __swab64p +# define swahw32p __swahw32p +# define swahb32p __swahb32p +# define swab16s __swab16s +# define swab32s __swab32s +# define swab64s __swab64s +# define swahw32s __swahw32s +# define swahb32s __swahb32s +#endif /* _LINUX_SWAB_H */ |