mirror of
https://github.com/edk2-porting/linux-next.git
synced 2025-01-22 20:43:56 +08:00
cfcac2f7dd
Signed-off-by: Harvey Harrison <harvey.harrison@gmail.com> Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
8 lines
165 B
C
8 lines
165 B
C
#ifndef _BLACKFIN_BYTEORDER_H
|
|
#define _BLACKFIN_BYTEORDER_H
|
|
|
|
#include <asm/swab.h>
|
|
#include <linux/byteorder/little_endian.h>
|
|
|
|
#endif /* _BLACKFIN_BYTEORDER_H */
|