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

Go to the source code of this file.

Data Structures

struct  undef_hook
 

Functions

void register_undef_hook (struct undef_hook *hook)
 
void unregister_undef_hook (struct undef_hook *hook)
 

Function Documentation

void register_undef_hook ( struct undef_hook hook)

Definition at line 369 of file traps.c.

void unregister_undef_hook ( struct undef_hook hook)

Definition at line 378 of file traps.c.