1 extern "C" {
2 #include "mbox.h"
3 
4 extern const mboxd_mbox_handler vpnor_mbox_handlers[NUM_MBOX_CMDS];
5 
6 int vpnor_handle_write_window(struct mbox_context *context,
7                               union mbox_regs *req, struct mbox_msg *resp);
8 };
9