summaryrefslogtreecommitdiff
path: root/firmware/bdb/bdb_flag.h
blob: 45f5756717286f3c68fa2d3dcc31ff891acdb5d8 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
/* Copyright 2016 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.
 */

#ifndef VBOOT_REFERENCE_FIRMWARE_BDB_BDB_FLAG_H
#define VBOOT_REFERENCE_FIRMWARE_BDB_BDB_FLAG_H

/* Indicate whether kernel data key is verified */
#define VBA_CONTEXT_FLAG_KERNEL_DATA_KEY_VERIFIED	(1 << 0)

#endif