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