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