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
x86/efi: Enforce CONFIG_RELOCATABLE for EFI boot stub
[linux/fpc-iii.git]
/
arch
/
h8300
/
include
/
asm
/
bug.h
blob
1e1be8119935b5e47bd2818883fbdd926e415274
1
#ifndef _H8300_BUG_H
2
#define _H8300_BUG_H
3
4
/* always true */
5
#define is_valid_bugaddr(addr) (1)
6
7
#include <asm-generic/bug.h>
8
9
struct
pt_regs
;
10
extern
void
die
(
const char
*
str
,
struct
pt_regs
*
fp
,
unsigned long
err
);
11
12
#endif