summaryrefslogtreecommitdiffstats
path: root/mbox.h
diff options
context:
space:
mode:
authorAndrew Jeffery <andrew@aj.id.au>2018-08-07 15:22:50 +0930
committerAndrew Jeffery <andrew@aj.id.au>2018-09-12 15:05:51 +0930
commit22fa5009eeade95e25849a89676b338dfbb5fbc4 (patch)
tree45db5f74e227c1b03478c034e479fad236e120aa /mbox.h
parent91a874544cd9d88d97026cf7fc1e89975aaf45e8 (diff)
downloadphosphor-mboxbridge-22fa5009eeade95e25849a89676b338dfbb5fbc4.tar.gz
phosphor-mboxbridge-22fa5009eeade95e25849a89676b338dfbb5fbc4.zip
protocol: Add create_read_window
Change-Id: I82e9e69861163fb1ae35313fcfee37e03be69f65 Signed-off-by: Andrew Jeffery <andrew@aj.id.au>
Diffstat (limited to 'mbox.h')
-rw-r--r--mbox.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/mbox.h b/mbox.h
index 5fd074b..3676825 100644
--- a/mbox.h
+++ b/mbox.h
@@ -133,6 +133,7 @@ union mbox_regs {
};
struct mbox_context;
+
typedef int (*mboxd_mbox_handler)(struct mbox_context *, union mbox_regs *,
struct mbox_msg *);
OpenPOWER on IntegriCloud