Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(1426)

Unified Diff: firmware/include/bmpblk_header.h

Issue 6712029: Add a blank screen value into screen index. (Closed) Base URL: http://git.chromium.org/git/vboot_reference.git@master
Patch Set: no change Created 9 years, 9 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: firmware/include/bmpblk_header.h
diff --git a/firmware/include/bmpblk_header.h b/firmware/include/bmpblk_header.h
index ad697b7aab850b01d1367d1128e10f2ec10e8591..3edd6739cdff1525dc3822def8afcbb844ca8452 100644
--- a/firmware/include/bmpblk_header.h
+++ b/firmware/include/bmpblk_header.h
@@ -85,7 +85,8 @@ typedef enum ScreenIndex {
SCREEN_RECOVERY_MODE,
SCREEN_RECOVERY_NO_OS,
SCREEN_RECOVERY_MISSING_OS,
- MAX_SCREEN_INDEX,
+ MAX_VALID_SCREEN_INDEX,
+ SCREEN_BLANK = ~0UL,
} ScreenIndex;
/* Image info, describing the information of the image block */
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698