src: add helper functions for reading config files

This commit is contained in:
Arnaud Ferraris
2021-10-04 19:29:49 +02:00
parent 8ae79fa34c
commit 55ed2dc39c
4 changed files with 116 additions and 0 deletions

View File

@@ -62,6 +62,12 @@ enum ModemIface {
MODEM_IFACE_OFONO
};
enum EG25Config {
EG25_CONFIG_SYS = 0,
EG25_CONFIG_USER,
EG25_CONFIG_COUNT
};
struct EG25Manager {
GMainLoop *loop;
guint reset_timer;