repo.or.cz
/
linux-2.6
/
next.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Merge remote-tracking branch 'battery/master'
[linux-2.6/next.git]
/
arch
/
avr32
/
include
/
asm
/
byteorder.h
blob
50abc21619a8a288b9c46a2ac0d38ca56ce344e7
1
/*
2
* AVR32 endian-conversion functions.
3
*/
4
#ifndef __ASM_AVR32_BYTEORDER_H
5
#define __ASM_AVR32_BYTEORDER_H
6
7
#include <linux/byteorder/big_endian.h>
8
9
#endif
/* __ASM_AVR32_BYTEORDER_H */