• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1 /* Copyright 2019 The ChromiumOS Authors
2  * Use of this source code is governed by a BSD-style license that can be
3  * found in the LICENSE file.
4  *
5  * This header may be imported to expose a limited set of constants to
6  * assembly files or linker scripts without including the entire vboot API.
7  */
8 
9 #ifndef VBOOT_REFERENCE_VB2_CONSTANTS_H_
10 #define VBOOT_REFERENCE_VB2_CONSTANTS_H_
11 
12 #include "../2lib/include/2constants.h"
13 
14 #endif  /* VBOOT_REFERENCE_VB2_CONSTANTS_H_ */
15