Linux Kernel  3.7.1
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
coredump.h
Go to the documentation of this file.
1 #ifndef _FS_COREDUMP_H
2 #define _FS_COREDUMP_H
3 
4 extern int __get_dumpable(unsigned long mm_flags);
5 
6 #endif