You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
#ifndef _H8300_BUG_H
|
|
#define _H8300_BUG_H
|
|
|
|
/* always true */
|
|
#define is_valid_bugaddr(addr) (1)
|
|
|
|
#include <asm-generic/bug.h>
|
|
#endif
|
|
|