xref: /openbmc/phosphor-mboxd/mboxd_dbus.h (revision 4fe996c2e7f157d521b5c8732e8b80e03bd25ff0)
1 /* SPDX-License-Identifier: Apache-2.0 */
2 /* Copyright (C) 2018 IBM Corp. */
3 
4 #ifndef MBOXD_DBUS_H
5 #define MBOXD_DBUS_H
6 
7 int init_mboxd_dbus(struct mbox_context *context);
8 void free_mboxd_dbus(struct mbox_context *context);
9 
10 #endif /* MBOXD_DBUS_H */
11