summaryrefslogtreecommitdiffstats
path: root/vpnor/mboxd_msg.hpp
blob: d9a05bba1bbea1c35d6ab2212c5efb10022ac916 (plain)
1
2
3
4
5
6
7
8
extern "C" {
#include "mbox.h"

extern const mboxd_mbox_handler vpnor_mbox_handlers[NUM_MBOX_CMDS];

int vpnor_handle_write_window(struct mbox_context *context,
                              union mbox_regs *req, struct mbox_msg *resp);
};
OpenPOWER on IntegriCloud