blob: d6a563c0656d56438aca54924c35eee32a7de75f [file] [log] [blame]
# Copyright 2025 The Fuchsia Authors
# Use of this source code is governed by a BSD-style license that can be
# found in the LICENSE file.
import("//build/fidl/fidl.gni")
fidl("fuchsia.hardware.virtio.pmem") {
sources = [ "pmem.fidl" ]
public_deps = [ "//zircon/vdso/zx" ]
}