h8300: Assembly headers

Signed-off-by: Yoshinori Sato <ysato@users.sourceforge.jp>
This commit is contained in:
Yoshinori Sato
2015-05-11 02:20:06 +09:00
parent a2ed0c57a5
commit d2a5f4999f
32 changed files with 1605 additions and 0 deletions

View File

@@ -0,0 +1,7 @@
#ifndef __H8300_BYTEORDER_H__
#define __H8300_BYTEORDER_H__
#define __BIG_ENDIAN __ORDER_BIG_ENDIAN__
#include <linux/byteorder/big_endian.h>
#endif