From b49687c59f7c0e5ae3b4f5f1ba799d1a9b7863fe Mon Sep 17 00:00:00 2001 From: Ange Albertini <105304039+corkamig@users.noreply.github.com> Date: Mon, 29 Aug 2022 22:28:30 +0200 Subject: sys/fuchsia: add the pc syscalls definitions (#3299) --- sys/fuchsia/pc.txt | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 sys/fuchsia/pc.txt (limited to 'sys/fuchsia') diff --git a/sys/fuchsia/pc.txt b/sys/fuchsia/pc.txt new file mode 100644 index 000000000..eb984f670 --- /dev/null +++ b/sys/fuchsia/pc.txt @@ -0,0 +1,10 @@ +# Copyright 2022 syzkaller project authors. All rights reserved. +# Use of this source code is governed by Apache 2 LICENSE that can be found in the LICENSE file. + +include +include + +# Never used as output +# resource zx_root[zx_handle] + +pc_firmware_tables(handle zx_handle, acpi_rsdp ptr[out, int64], smbios ptr[out, int64]) -- cgit mrf-deployment