Newer
Older
barebox / arch / sandbox / include / asm / byteorder.h
@Antony Pavlov Antony Pavlov on 2 Jul 2015 161 bytes sandbox: asm/byteorder.h: fix guard macro name
#ifndef _SANDBOX_BYTEORDER_H
#define _SANDBOX_BYTEORDER_H

#include <asm/types.h>

#include <linux/byteorder/little_endian.h>

#endif /* _SANDBOX_BYTEORDER_H */