mirror of
https://gitlab.com/mobian1/eg25-manager.git
synced 2025-08-29 07:12:08 +02:00
Start work on new ofono interface. So far, this detects ofono on dbus and complains if both mm and ofono are running.
13 lines
261 B
C
13 lines
261 B
C
/*
|
|
* Copyright (C) 2020 Oliver Smith <ollieparanoid@postmarketos.org>
|
|
*
|
|
* SPDX-License-Identifier: GPL-3.0-or-later
|
|
*/
|
|
|
|
#pragma once
|
|
|
|
#include "manager.h"
|
|
|
|
void ofono_iface_init(struct EG25Manager *data);
|
|
void ofono_iface_destroy(struct EG25Manager *data);
|