[NETFILTER]: nfnetlink: move EXPORT_SYMBOL declarations next to the exported symbol
[linux-2.6.git] / include / linux / oom.h
blobad76463629a019f189926334f16e5e8736228b73
1 #ifndef __INCLUDE_LINUX_OOM_H
2 #define __INCLUDE_LINUX_OOM_H
4 /* /proc/<pid>/oom_adj set to -17 protects from the oom-killer */
5 #define OOM_DISABLE (-17)
6 /* inclusive */
7 #define OOM_ADJUST_MIN (-16)
8 #define OOM_ADJUST_MAX 15
10 #endif