summaryrefslogtreecommitdiffstats
path: root/src/modules/cpucache/cpucache.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/modules/cpucache/cpucache.h')
-rw-r--r--src/modules/cpucache/cpucache.h11
1 files changed, 11 insertions, 0 deletions
diff --git a/src/modules/cpucache/cpucache.h b/src/modules/cpucache/cpucache.h
new file mode 100644
index 0000000..5061b44
--- /dev/null
+++ b/src/modules/cpucache/cpucache.h
@@ -0,0 +1,11 @@
+#pragma once
+
+#include "option.h"
+
+#define FF_CPUCACHE_MODULE_NAME "CPUCache"
+
+bool ffPrintCPUCache(FFCPUCacheOptions* options);
+void ffInitCPUCacheOptions(FFCPUCacheOptions* options);
+void ffDestroyCPUCacheOptions(FFCPUCacheOptions* options);
+
+extern FFModuleBaseInfo ffCPUCacheModuleInfo;