Gitiles
Code Review
Sign In
LeafOS
/
LeafOS-Devices
/
android_kernel_samsung_exynos9820
/
08f67461c609ad96bf26732b590569e02e322019
/
.
/
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