| Index: src/platform/vboot_reference/common/include/tlcl.h
|
| diff --git a/src/platform/vboot_reference/common/include/tlcl.h b/src/platform/vboot_reference/common/include/tlcl.h
|
| index 2e6d3fd84588fd8f3a95feafb938cc6c1a74767d..362b61e11b2d932cf73479dcf97a5e0cbd1de875 100644
|
| --- a/src/platform/vboot_reference/common/include/tlcl.h
|
| +++ b/src/platform/vboot_reference/common/include/tlcl.h
|
| @@ -8,6 +8,15 @@
|
| * A low-level library for interfacing to TPM hardware or an emulator.
|
| */
|
|
|
| +/* FIXME(gauravsh):
|
| + * NOTE: This file is copied over from
|
| + * src/platform/tpm_lite/src/tlcl/tlcl.h
|
| + * Ideally, we want to directly include it without having two maintain
|
| + * duplicate copies in sync. But in the current model, this is hard
|
| + * to do without breaking standalone compilation.
|
| + * Eventually tpm_lite should be moved into vboot_reference.
|
| + */
|
| +
|
| #ifndef TPM_LITE_TLCL_H_
|
| #define TPM_LITE_TLCL_H_
|
|
|
|
|