2 Commits

5
fff.h
View File

@@ -27,7 +27,12 @@ SOFTWARE.
#define FAKE_FUNCTIONS
#include <stdarg.h>
#ifndef __KERNEL__
#include <string.h> /* For memset and memcpy */
#else
#include <linux/string.h> /* For memset and memcpy */
#endif
#define FFF_MAX_ARGS (20u)
#ifndef FFF_ARG_HISTORY_LEN