292b4d0978
Signed-off-by: Harvey Harrison <harvey.harrison@gmail.com> Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
10 lines
210 B
C
10 lines
210 B
C
/*
|
|
* AVR32 endian-conversion functions.
|
|
*/
|
|
#ifndef __ASM_AVR32_BYTEORDER_H
|
|
#define __ASM_AVR32_BYTEORDER_H
|
|
|
|
#include <asm/swab.h>
|
|
#include <linux/byteorder/big_endian.h>
|
|
|
|
#endif /* __ASM_AVR32_BYTEORDER_H */
|