2022-02-16 00:41:47 +01:00
|
|
|
#ifndef CONFIG_HANDLING_H_
|
|
|
|
#define CONFIG_HANDLING_H_
|
|
|
|
|
|
|
|
/* config_handling.h */
|
|
|
|
#include "../include/firmware_handling.h"
|
|
|
|
|
|
|
|
/* Read in a config file with the specified name. */
|
2022-02-20 00:52:42 +01:00
|
|
|
f8_macroP *get_f8_macros(char *conf_name);
|
2022-02-16 00:41:47 +01:00
|
|
|
|
|
|
|
#endif /* CONFIG_HANDLING_H_ */
|