Gitiles
Code Review
Sign In
LeafOS
/
LeafOS-Devices
/
android_kernel_samsung_gta4xl
/
9d8f86b56093d7b06d81d4063d5b9a4cbf887e75
/
.
/
arch
/
h8300
/
include
/
asm
/
bug.h
blob: 887c19773185d2da7442fb81b5090a0742de571b [
file
] [
log
] [
blame
]
#ifndef
_H8300_BUG_H
#define
_H8300_BUG_H
/* always true */
#define
is_valid_bugaddr
(
addr
)
(
1
)
#include
<asm-generic/bug.h>
#endif