swh:1:snp:3c665ee4f67729f27f2e40193ab88e7298cf0fef
Raw File
Tip revision: 836dc9e3fbbab0c30aa6e664417225f5c1fb1c39 authored by Linus Torvalds on 08 February 2013, 21:20:39 UTC
Linux 3.8-rc7
Tip revision: 836dc9e
coredump.h
#ifndef _FS_COREDUMP_H
#define _FS_COREDUMP_H

extern int __get_dumpable(unsigned long mm_flags);

#endif
back to top