mirror of
https://github.com/meekrosoft/fff
synced 2026-01-24 17:01:36 +01:00
Compare commits
2 Commits
github-wor
...
kmaster
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
0fe36a9381 | ||
|
|
719a9bb5ab |
5
fff.h
5
fff.h
@@ -27,7 +27,12 @@ SOFTWARE.
|
|||||||
#define FAKE_FUNCTIONS
|
#define FAKE_FUNCTIONS
|
||||||
|
|
||||||
#include <stdarg.h>
|
#include <stdarg.h>
|
||||||
|
|
||||||
|
#ifndef __KERNEL__
|
||||||
#include <string.h> /* For memset and memcpy */
|
#include <string.h> /* For memset and memcpy */
|
||||||
|
#else
|
||||||
|
#include <linux/string.h> /* For memset and memcpy */
|
||||||
|
#endif
|
||||||
|
|
||||||
#define FFF_MAX_ARGS (20u)
|
#define FFF_MAX_ARGS (20u)
|
||||||
#ifndef FFF_ARG_HISTORY_LEN
|
#ifndef FFF_ARG_HISTORY_LEN
|
||||||
|
|||||||
Reference in New Issue
Block a user