kernel-fxtec-pro1x/arch/cris/include/asm/byteorder.h
Harvey Harrison aa0effbd1c cris: introduce asm/swab.h
Adjust the arch overrides to the new names as well.

Signed-off-by: Harvey Harrison <harvey.harrison@gmail.com>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
2009-01-14 19:56:49 -08:00

9 lines
128 B
C

#ifndef _CRIS_BYTEORDER_H
#define _CRIS_BYTEORDER_H
#include <asm/swab.h>
#include <linux/byteorder/little_endian.h>
#endif