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

#include "option.h"

#define FF_BATTERY_MODULE_NAME "Battery"

bool ffPrintBattery(FFBatteryOptions* options);
void ffInitBatteryOptions(FFBatteryOptions* options);
void ffDestroyBatteryOptions(FFBatteryOptions* options);

extern FFModuleBaseInfo ffBatteryModuleInfo;