blob: 4c2952cee1548dba7b6883619fb41236610f3299 [file] [log] [blame]
Andrew Jeffery4fe996c2018-02-27 12:16:48 +10301/* SPDX-License-Identifier: Apache-2.0 */
2/* Copyright (C) 2018 IBM Corp. */
Suraj Jitindar Singhe39c9162017-03-28 10:47:43 +11003
4#ifndef MBOXD_MSG_H
5#define MBOXD_MSG_H
6
Suraj Jitindar Singh5a3a0662017-04-27 11:55:26 +10007#include "common.h"
Andrew Jefferycc0bd3c2018-03-22 16:47:56 +10308#include "mbox.h"
Suraj Jitindar Singh5a3a0662017-04-27 11:55:26 +10009
Suraj Jitindar Singhe39c9162017-03-28 10:47:43 +110010int dispatch_mbox(struct mbox_context *context);
11int init_mbox_dev(struct mbox_context *context);
12void free_mbox_dev(struct mbox_context *context);
13
Suraj Jitindar Singhe39c9162017-03-28 10:47:43 +110014#endif /* MBOXD_MSG_H */