From e070a56c777f1fd05950e1bc63483c19decd6f78 Mon Sep 17 00:00:00 2001 From: Michael Zaidman Date: Mon, 1 Mar 2010 11:47:36 +0200 Subject: POST: add progress API Add POST progress API implemented as weak calls before and after each call to the POST test callback in the post_run_single routine of the post.c file. Signed-off-by: Michael Zaidman Acked-by: Detlev Zundel --- include/post.h | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'include/post.h') diff --git a/include/post.h b/include/post.h index 9fcd3cec2f..ff83bce6b4 100644 --- a/include/post.h +++ b/include/post.h @@ -53,6 +53,11 @@ #define POST_FAIL_SAVE 0x80 +#define POST_BEFORE 1 +#define POST_AFTER 0 +#define POST_PASSED 1 +#define POST_FAILED 0 + #ifndef __ASSEMBLY__ struct post_test { -- cgit v1.2.1