summaryrefslogtreecommitdiff
path: root/firmware/include/vb2_constants.h
blob: 204bca979b6bc9db13378b2b2f5f58e510c77ad3 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
/* Copyright 2019 The Chromium OS Authors. All rights reserved.
 * Use of this source code is governed by a BSD-style license that can be
 * found in the LICENSE file.
 *
 * This header may be imported to expose a limited set of constants to
 * assembly files or linker scripts without including the entire vboot API.
 */

#ifndef VBOOT_REFERENCE_VB2_CONSTANTS_H_
#define VBOOT_REFERENCE_VB2_CONSTANTS_H_

#include "../2lib/include/2constants.h"

#endif  /* VBOOT_REFERENCE_VB2_CONSTANTS_H_ */