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
unicore32
include
asm
bug.h
Go to the documentation of this file.
1
/*
2
* Bug handling for PKUnity SoC and UniCore ISA
3
*
4
* Copyright (C) 2001-2012 GUAN Xue-tao
5
*
6
* This program is free software; you can redistribute it and/or modify
7
* it under the terms of the GNU General Public License version 2 as
8
* published by the Free Software Foundation.
9
*/
10
#ifndef __UNICORE_BUG_H__
11
#define __UNICORE_BUG_H__
12
13
#include <
asm-generic/bug.h
>
14
15
struct
pt_regs
;
16
struct
siginfo
;
17
18
extern
void
die
(
const
char
*
msg
,
struct
pt_regs
*
regs
,
int
err
);
19
extern
void
uc32_notify_die
(
const
char
*
str
,
struct
pt_regs
*
regs
,
20
struct
siginfo
*
info
,
unsigned
long
err
,
unsigned
long
trap
);
21
22
#endif
/* __UNICORE_BUG_H__ */
Generated on Thu Jan 10 2013 12:49:13 for Linux Kernel by
1.8.2