xref: /openbmc/phosphor-mboxd/mboxd_dbus.h (revision 30bcf84c932a579532e5f8417af549494e11b6e9)
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