14 lines
367 B
C
14 lines
367 B
C
/* Copyright 2018 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.
|
|
*
|
|
* TPM NVMEM definitions.
|
|
*/
|
|
#ifndef __CROS_EC_TPM_NVMEM_H
|
|
#define __CROS_EC_TPM_NVMEM_H
|
|
|
|
#define FIRMWARE_NV_INDEX 0x1007
|
|
#define FWMP_NV_INDEX 0x100a
|
|
|
|
#endif /* __CROS_EC_TPM_NVMEM_H */
|