Attention is currently required from: Zheng Bao. Hello Zheng Bao,
I'd like you to do a code review. Please visit
https://review.coreboot.org/c/coreboot/+/62674
to review the following change.
Change subject: [TEST]cb_err.h: Add cb_err_t to fix the building error ......................................................................
[TEST]cb_err.h: Add cb_err_t to fix the building error
Make Jenkins happy.
Change-Id: I94eb73643b16db25faec1dab3f221a70c4e39ac0 Signed-off-by: Zheng Bao fishbaozi@gmail.com --- M src/commonlib/bsd/include/commonlib/bsd/cb_err.h 1 file changed, 1 insertion(+), 0 deletions(-)
git pull ssh://review.coreboot.org:29418/coreboot refs/changes/74/62674/1
diff --git a/src/commonlib/bsd/include/commonlib/bsd/cb_err.h b/src/commonlib/bsd/include/commonlib/bsd/cb_err.h index eec44f2f..384e756 100644 --- a/src/commonlib/bsd/include/commonlib/bsd/cb_err.h +++ b/src/commonlib/bsd/include/commonlib/bsd/cb_err.h @@ -42,4 +42,5 @@ CB_CBFS_CACHE_FULL = -403, /**< Metadata cache overflowed */ };
+typedef enum cb_err cb_err_t; #endif /* _COMMONLIB_BSD_CB_ERR_H_ */