Linux Kernel  3.7.1
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
error.h
Go to the documentation of this file.
1 #ifndef ARCH__X86__MM__KMEMCHECK__ERROR_H
2 #define ARCH__X86__MM__KMEMCHECK__ERROR_H
3 
4 #include <linux/ptrace.h>
5 
6 #include "shadow.h"
7 
9  unsigned long address, unsigned int size, struct pt_regs *regs);
10 
12 
13 void kmemcheck_error_recall(void);
14 
15 #endif