]> git.kernelconcepts.de Git - karo-tx-uboot.git/blobdiff - include/post.h
POST: add progress API
[karo-tx-uboot.git] / include / post.h
index 9fcd3cec2f6169bb2c43a12373d42de00cbb74c8..ff83bce6b4e9753d0d2587ae1a43becf69a3a895 100644 (file)
 
 #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 {