blob: 0ab472dea64a5e6b828829012de62236842d0190 [file] [log] [blame]
// Copyright 2019 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.
// !!! THIS FILE IS NOT YET USED !!!
// See //zircon/system/public/zircon/syscalls.banjo.
// !!! THIS FILE IS NOT YET USED !!!
library zz;
[Transport="Syscall"]
protocol Pc {
[In0="handle<resource>:kind=ROOT"]
FirmwareTables(handle<resource> handle) -> (status status, paddr acpi_rsdp, paddr smbios);
};