blob: eda5f90eebb368f64dbb67bc459fc034b8c4ce9b [file] [log] [blame]
// 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_