xref: /aosp_15_r20/external/vboot_reference/firmware/include/vb2_constants.h (revision 8617a60d3594060b7ecbd21bc622a7c14f3cf2bc)
1*8617a60dSAndroid Build Coastguard Worker /* Copyright 2019 The ChromiumOS Authors
2*8617a60dSAndroid Build Coastguard Worker  * Use of this source code is governed by a BSD-style license that can be
3*8617a60dSAndroid Build Coastguard Worker  * found in the LICENSE file.
4*8617a60dSAndroid Build Coastguard Worker  *
5*8617a60dSAndroid Build Coastguard Worker  * This header may be imported to expose a limited set of constants to
6*8617a60dSAndroid Build Coastguard Worker  * assembly files or linker scripts without including the entire vboot API.
7*8617a60dSAndroid Build Coastguard Worker  */
8*8617a60dSAndroid Build Coastguard Worker 
9*8617a60dSAndroid Build Coastguard Worker #ifndef VBOOT_REFERENCE_VB2_CONSTANTS_H_
10*8617a60dSAndroid Build Coastguard Worker #define VBOOT_REFERENCE_VB2_CONSTANTS_H_
11*8617a60dSAndroid Build Coastguard Worker 
12*8617a60dSAndroid Build Coastguard Worker #include "../2lib/include/2constants.h"
13*8617a60dSAndroid Build Coastguard Worker 
14*8617a60dSAndroid Build Coastguard Worker #endif  /* VBOOT_REFERENCE_VB2_CONSTANTS_H_ */
15