• 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 vboot SHA implementation.
6  */
7 
8 #ifndef VBOOT_REFERENCE_VB2_SHA_H_
9 #define VBOOT_REFERENCE_VB2_SHA_H_
10 
11 #include "../2lib/include/2sha.h"
12 
13 #endif  /* VBOOT_REFERENCE_VB2_SHA_H_ */
14