summaryrefslogtreecommitdiffstats
path: root/src/include/mrc_cache.h
diff options
context:
space:
mode:
authorMarshall Dawson <marshalldawson3rd@gmail.com>2017-12-17 14:16:42 -0700
committerAaron Durbin <adurbin@chromium.org>2017-12-18 16:07:09 +0000
commit634428987370ad54d38715bba39373a27aa4c7bf (patch)
treefcdd3b79788ecef09f4c70bcb74dc3deb89e0657 /src/include/mrc_cache.h
parentf2e7b37c52cac5e7825d0e01b3c45c1506e99253 (diff)
downloadcoreboot-634428987370ad54d38715bba39373a27aa4c7bf.tar.gz
coreboot-634428987370ad54d38715bba39373a27aa4c7bf.tar.bz2
coreboot-634428987370ad54d38715bba39373a27aa4c7bf.zip
drivers/mrc_cache: Add missing include file to mrc_cache.h
Add region.h for use by the struct region_device * in the mrc_cache_get_current() prototype. BUG=b:69614064 Change-Id: I940beac45eb43e804bc84fead7d5337a1c4e2ac1 Signed-off-by: Marshall Dawson <marshalldawson3rd@gmail.com> Reviewed-on: https://review.coreboot.org/22921 Tested-by: build bot (Jenkins) <no-reply@coreboot.org> Reviewed-by: Aaron Durbin <adurbin@chromium.org> Reviewed-by: Furquan Shaikh <furquan@google.com>
Diffstat (limited to 'src/include/mrc_cache.h')
-rw-r--r--src/include/mrc_cache.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/include/mrc_cache.h b/src/include/mrc_cache.h
index 4511fc3016cd..498ecbf86c7f 100644
--- a/src/include/mrc_cache.h
+++ b/src/include/mrc_cache.h
@@ -18,6 +18,7 @@
#include <stddef.h>
#include <stdint.h>
+#include <commonlib/region.h>
enum {
MRC_TRAINING_DATA,