move eventfd stuff out to own file
[trinity.git] / include / taint.h
blob1da54f8224b086d85de68e680ecbf73daeeb2148
1 #pragma once
3 #define TAINT_NAME_LEN 32
5 extern int kernel_taint_initial;
7 int check_tainted(void);
9 void process_taint_arg(char *taintarg);