summaryrefslogtreecommitdiffstats
path: root/transport_dbus.h
blob: 6f93f35635ee80ab8ac847279631a7a064d2e7be (plain)
1
2
3
4
5
6
7
8
9
10
11
12
/* SPDX-License-Identifier: Apache-2.0 */
/* Copyright (C) 2018 IBM Corp. */

#ifndef TRANSPORT_DBUS_H
#define TRANSPORT_DBUS_H

#include "dbus.h"

int transport_dbus_init(struct mbox_context *context);
void transport_dbus_free(struct mbox_context *context);

#endif /* TRANSPORT_DBUS_H */
OpenPOWER on IntegriCloud