blob: ec9a13c59ad3d952324aea135e53f256e66aac03 [file] [log] [blame]
/* 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 */