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@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,