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,12 @@
#ifndef _H8300_BUG_H
#define _H8300_BUG_H
/* always true */
#define is_valid_bugaddr(addr) (1)
#include <asm-generic/bug.h>
struct pt_regs;
extern void die(const char *str, struct pt_regs *fp, unsigned long err);
#endif