mirror of
https://github.com/Telecominfraproject/OpenCellular.git
synced 2025-11-24 10:14:55 +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
@@ -21,9 +21,7 @@
|
||||
|
||||
#ifndef VBOOT_REFERENCE_VBOOT_API_H_
|
||||
#define VBOOT_REFERENCE_VBOOT_API_H_
|
||||
|
||||
#include "sysincludes.h"
|
||||
#include "bmpblk_header.h"
|
||||
#include <stdint.h>
|
||||
|
||||
/*****************************************************************************/
|
||||
/* Error codes */
|
||||
@@ -814,6 +812,14 @@ VbError_t VbExDecompress(void *inbuf, uint32_t in_size,
|
||||
uint32_t compression_type,
|
||||
void *outbuf, uint32_t *out_size);
|
||||
|
||||
/* Constants for compression_type */
|
||||
enum {
|
||||
COMPRESS_NONE = 0,
|
||||
COMPRESS_EFIv1, /* The x86 BIOS only supports this */
|
||||
COMPRESS_LZMA1, /* The ARM BIOS supports LZMA1 */
|
||||
MAX_COMPRESS,
|
||||
};
|
||||
|
||||
/**
|
||||
* Execute legacy boot option.
|
||||
*/
|
||||
|
||||
Reference in New Issue
Block a user