Linux Kernel  3.7.1
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
bug.h
Go to the documentation of this file.
1 #ifndef _H8300_BUG_H
2 #define _H8300_BUG_H
3 
4 /* always true */
5 #define is_valid_bugaddr(addr) (1)
6 
7 #include <asm-generic/bug.h>
8 
9 struct pt_regs;
10 extern void die(const char *str, struct pt_regs *fp, unsigned long err);
11 
12 #endif