aboutsummaryrefslogtreecommitdiffstats
path: root/sys/fuchsia
diff options
context:
space:
mode:
authorAnge Albertini <105304039+corkamig@users.noreply.github.com>2022-08-29 22:28:30 +0200
committerGitHub <noreply@github.com>2022-08-29 13:28:30 -0700
commitb49687c59f7c0e5ae3b4f5f1ba799d1a9b7863fe (patch)
treefd82e43d50bc972b270f14ad2c8134581988090a /sys/fuchsia
parentd0d9a7a183721aaa29be2baef25ccb812a970580 (diff)
sys/fuchsia: add the pc syscalls definitions (#3299)
Diffstat (limited to 'sys/fuchsia')
-rw-r--r--sys/fuchsia/pc.txt10
1 files changed, 10 insertions, 0 deletions
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 <zircon/syscalls.h>
+include <zircon/types.h>
+
+# Never used as output
+# resource zx_root[zx_handle]
+
+pc_firmware_tables(handle zx_handle, acpi_rsdp ptr[out, int64], smbios ptr[out, int64])