summaryrefslogtreecommitdiffstats
path: root/src/modules/physicaldisk/physicaldisk.h
blob: aaad8883e621f5dfe774b40911ce474642409a8a (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
#pragma once

#include "option.h"

#define FF_PHYSICALDISK_MODULE_NAME "PhysicalDisk"

bool ffPrintPhysicalDisk(FFPhysicalDiskOptions* options);
void ffInitPhysicalDiskOptions(FFPhysicalDiskOptions* options);
void ffDestroyPhysicalDiskOptions(FFPhysicalDiskOptions* options);

extern FFModuleBaseInfo ffPhysicalDiskModuleInfo;