96e8620d597bd7f6f9adfcf9f70abfa22b21ecaa
[cascardo/ovs.git] / datapath / linux / compat / include / linux / poison.h
1 #ifndef __LINUX_POISON_WRAPPER_H
2 #define __LINUX_POISON_WRAPPER_H 1
3
4 #include_next <linux/poison.h>
5
6 #ifndef FLEX_ARRAY_FREE
7 /********** lib/flex_array.c **********/
8 #define FLEX_ARRAY_FREE 0x6c    /* for use-after-free poisoning */
9 #endif
10
11 #endif