Linux Kernel  3.7.1
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
Data Structures | Functions
kdebug.h File Reference
#include <asm/kdebug.h>

Go to the source code of this file.

Data Structures

struct  die_args
 

Functions

int register_die_notifier (struct notifier_block *nb)
 
int unregister_die_notifier (struct notifier_block *nb)
 
int notify_die (enum die_val val, const char *str, struct pt_regs *regs, long err, int trap, int sig)
 

Function Documentation

int notify_die ( enum die_val  val,
const char str,
struct pt_regs regs,
long  err,
int  trap,
int  sig 
)

Definition at line 530 of file notifier.c.

int register_die_notifier ( struct notifier_block nb)

Definition at line 544 of file notifier.c.

int unregister_die_notifier ( struct notifier_block nb)

Definition at line 551 of file notifier.c.