summaryrefslogtreecommitdiffstats
path: root/lock/fpm.h
blob: eb69ae2c55547e28d4095df51b4ec0ce3dfb991e (plain)
1
2
3
4
5
6
7
8
#ifndef FPM_H
#define FPM_H

void fpm_init(void);

void fpm_print_config(void);

#endif  /* FPM_H */