diff options
Diffstat (limited to 'src/modules/physicalmemory/physicalmemory.h')
| -rw-r--r-- | src/modules/physicalmemory/physicalmemory.h | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/src/modules/physicalmemory/physicalmemory.h b/src/modules/physicalmemory/physicalmemory.h new file mode 100644 index 0000000..feb3d1d --- /dev/null +++ b/src/modules/physicalmemory/physicalmemory.h @@ -0,0 +1,11 @@ +#pragma once + +#include "option.h" + +#define FF_PHYSICALMEMORY_MODULE_NAME "PhysicalMemory" + +bool ffPrintPhysicalMemory(FFPhysicalMemoryOptions* options); +void ffInitPhysicalMemoryOptions(FFPhysicalMemoryOptions* options); +void ffDestroyPhysicalMemoryOptions(FFPhysicalMemoryOptions* options); + +extern FFModuleBaseInfo ffPhysicalMemoryModuleInfo; |