| // Copyright 2022 The Fuchsia 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 THIRD_PARTY_TPM2_TSS_EFI_SYSDEPS_WINDOWS_H_ | |
| #define THIRD_PARTY_TPM2_TSS_EFI_SYSDEPS_WINDOWS_H_ | |
| typedef void* HANDLE; | |
| #endif // THIRD_PARTY_TPM2_TSS_EFI_SYSDEPS_WINDOWS_H_ |