repo.or.cz
/
linux
/
fpc-iii.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
staging: erofs: fix warning Comparison to bool
[linux/fpc-iii.git]
/
arch
/
h8300
/
include
/
asm
/
bug.h
blob
00fe5e966bb5bf19659fcc59e27e3e24585908b3
1
/* SPDX-License-Identifier: GPL-2.0 */
2
#ifndef _H8300_BUG_H
3
#define _H8300_BUG_H
4
5
/* always true */
6
#define is_valid_bugaddr(addr) (1)
7
8
#include <asm-generic/bug.h>
9
10
struct
pt_regs
;
11
extern
void
die
(
const char
*
str
,
struct
pt_regs
*
fp
,
unsigned long
err
);
12
13
#endif