mirror of
https://gitlab.com/mobian1/eg25-manager.git
synced 2025-08-30 15:52:11 +02:00
src: add helper functions for reading config files
This commit is contained in:
@@ -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;
|
||||
|
Reference in New Issue
Block a user