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,8 @@
#ifndef __H8300_TLB_H__
#define __H8300_TLB_H__
#define tlb_flush(tlb) do { } while (0)
#include <asm-generic/tlb.h>
#endif