mirror of
https://github.com/Telecominfraproject/OpenCellular.git
synced 2025-11-24 02:05:01 +00:00
Improve coverage of cgptlib.c
BUG=chromium-os:38139 BRANCH=none TEST=make runtests Change-Id: I5719c6b8aa1a23fc65bf38d7096320479152f0ca Signed-off-by: Randall Spangler <rspangler@chromium.org> Reviewed-on: https://gerrit.chromium.org/gerrit/41955 Reviewed-by: Bill Richardson <wfrichar@chromium.org>
This commit is contained in:
committed by
ChromeBot
parent
e9213a7c13
commit
0bda13f515
@@ -1,4 +1,4 @@
|
||||
/* Copyright (c) 2010 The Chromium OS Authors. All rights reserved.
|
||||
/* Copyright (c) 2013 The Chromium OS Authors. All rights reserved.
|
||||
* Use of this source code is governed by a BSD-style license that can be
|
||||
* found in the LICENSE file.
|
||||
*/
|
||||
@@ -21,6 +21,8 @@ enum {
|
||||
GPT_ERROR_START_LBA_OVERLAP,
|
||||
GPT_ERROR_END_LBA_OVERLAP,
|
||||
GPT_ERROR_DUP_GUID,
|
||||
/* Number of errors */
|
||||
GPT_ERROR_COUNT
|
||||
};
|
||||
|
||||
/* Bit masks for GptData.modified field. */
|
||||
|
||||
Reference in New Issue
Block a user