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

#ifndef TRANSPORT_DBUS_H
#define TRANSPORT_DBUS_H

#include "dbus.h"
#include "transport.h"

int transport_dbus_init(struct mbox_context *context,
			const struct transport_ops **ops);
void transport_dbus_free(struct mbox_context *context);

#endif /* TRANSPORT_DBUS_H */
OpenPOWER on IntegriCloud