Linux Kernel
3.7.1
Main Page
Related Pages
Modules
Namespaces
Data Structures
Files
File List
Globals
All
Data Structures
Namespaces
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Macros
Groups
Pages
arch
h8300
include
asm
bug.h
Go to the documentation of this file.
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
Generated on Thu Jan 10 2013 12:49:12 for Linux Kernel by
1.8.2