summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAndrew Jeffery <andrew@aj.id.au>2017-04-11 11:58:55 +0930
committerAndrew Jeffery <andrew@aj.id.au>2017-04-26 11:34:01 +0930
commit1a5f8b9e8a61559bd9ea15cb20ac6785a4015e98 (patch)
treead9b008e2eafd38158c15996f82353614cd7d738
parent8ecbdb542eac3e74d052a4b7dabc2e8e166db5ce (diff)
downloadphosphor-mboxd-1a5f8b9e8a61559bd9ea15cb20ac6785a4015e98.tar.gz
phosphor-mboxd-1a5f8b9e8a61559bd9ea15cb20ac6785a4015e98.zip
mboxd_flash: Include mbox.h to make header self-contained
Change-Id: Ia8b1c514c2a102db462b376e5dc90c656655420c Signed-off-by: Andrew Jeffery <andrew@aj.id.au>
-rw-r--r--mboxd_flash.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/mboxd_flash.h b/mboxd_flash.h
index 69bc121..af9757b 100644
--- a/mboxd_flash.h
+++ b/mboxd_flash.h
@@ -21,6 +21,8 @@
#define FLASH_DIRTY 0x00
#define FLASH_ERASED 0x01
+#include "mbox.h"
+
int init_flash_dev(struct mbox_context *context);
void free_flash_dev(struct mbox_context *context);
int copy_flash(struct mbox_context *context, uint32_t offset, void *mem,
OpenPOWER on IntegriCloud