mirror of
https://github.com/Telecominfraproject/OpenCellular.git
synced 2025-11-26 19:25:02 +00:00
Massive refactoring of external header files.
This reduces the number of exported header files to the minimum needed by
the existing userspace utilities and firmware implementations.
BUG=chromium:221544
BRANCH=none
TEST=manual, trybots
CQ-DEPEND=CL:47019,CL:47022,CL:47023
sudo FEATURES=test emerge vboot_reference
FEATURES=test emerge-$BOARD \
vboot_reference \
chromeos-cryptohome \
chromeos-installer \
chromeos-u-boot \
peach-u-boot \
depthcharge
Change-Id: I2946cc2dbaf5459a6c5eca92ca57d546498e6d85
Signed-off-by: Bill Richardson <wfrichar@chromium.org>
Reviewed-on: https://gerrit.chromium.org/gerrit/47021
Reviewed-by: Randall Spangler <rspangler@chromium.org>
This commit is contained in:
committed by
ChromeBot
parent
28b65ca99f
commit
0c3ba249ab
@@ -41,11 +41,9 @@
|
||||
* | List of locale names |
|
||||
* +-----------------------------------------+
|
||||
*/
|
||||
|
||||
#ifndef VBOOT_REFERENCE_BMPBLK_HEADER_H_
|
||||
#define VBOOT_REFERENCE_BMPBLK_HEADER_H_
|
||||
|
||||
#include "sysincludes.h"
|
||||
#include <stdint.h>
|
||||
|
||||
#define BMPBLOCK_SIGNATURE "$BMP"
|
||||
#define BMPBLOCK_SIGNATURE_SIZE (4)
|
||||
@@ -130,14 +128,6 @@ typedef enum ImageFormat {
|
||||
FORMAT_FONT,
|
||||
} ImageFormat;
|
||||
|
||||
/* Constants for ImageInfo.compression */
|
||||
typedef enum Compression {
|
||||
COMPRESS_NONE = 0,
|
||||
COMPRESS_EFIv1, /* The x86 BIOS only supports this */
|
||||
COMPRESS_LZMA1, /* The ARM BIOS supports LZMA1 */
|
||||
MAX_COMPRESS,
|
||||
} Compression;
|
||||
|
||||
/*
|
||||
* These magic image names can be used in the .yaml file to indicate that the
|
||||
* ASCII HWID should be displayed. For RENDER_HWID, the image coordinates
|
||||
|
||||
Reference in New Issue
Block a user