Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 1 | #ifndef _H8300_BUG_H |
2 | #define _H8300_BUG_H | ||||
Yoshinori Sato | 9791af5 | 2008-10-15 22:01:17 -0700 | [diff] [blame] | 3 | |
4 | /* always true */ | ||||
5 | #define is_valid_bugaddr(addr) (1) | ||||
6 | |||||
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 7 | #include <asm-generic/bug.h> |
8 | #endif |