[coreboot-gerrit] Change in coreboot[master]: mrc_cache.h: Include <commonlib/region.h>

Arthur Heymans (Code Review) gerrit at coreboot.org
Thu Jan 4 16:28:33 CET 2018


Arthur Heymans has uploaded this change for review. ( https://review.coreboot.org/23092


Change subject: mrc_cache.h: Include <commonlib/region.h>
......................................................................

mrc_cache.h: Include <commonlib/region.h>

No definition for the struct 'region_device' is given in this file,
which means that other files that include this header will have to
include <commonlib/region.h> before it, making header inclusion
fragile.

Change-Id: Id99da3a54daf96b04f3ee7c41e73cceb4432c5b3
Signed-off-by: Arthur Heymans <arthur at aheymans.xyz>
---
M src/include/mrc_cache.h
1 file changed, 1 insertion(+), 0 deletions(-)



  git pull ssh://review.coreboot.org:29418/coreboot refs/changes/92/23092/1

diff --git a/src/include/mrc_cache.h b/src/include/mrc_cache.h
index 4511fc3..498ecbf 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,

-- 
To view, visit https://review.coreboot.org/23092
To unsubscribe, or for help writing mail filters, visit https://review.coreboot.org/settings

Gerrit-Project: coreboot
Gerrit-Branch: master
Gerrit-MessageType: newchange
Gerrit-Change-Id: Id99da3a54daf96b04f3ee7c41e73cceb4432c5b3
Gerrit-Change-Number: 23092
Gerrit-PatchSet: 1
Gerrit-Owner: Arthur Heymans <arthur at aheymans.xyz>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.coreboot.org/pipermail/coreboot-gerrit/attachments/20180104/fb6c3745/attachment.html>


More information about the coreboot-gerrit mailing list