blob: 77d6400978da0de2666d1499b352aa1172eec0ba (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
|
# 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.
# See https://cs.opensource.google/fuchsia/fuchsia/+/main:zircon/vdso/exception.fidl
include <zircon/syscalls.h>
# Disabled because never created by a syscall
# resource zx_exception[zx_handle]
zx_exception_get_thread(handle zx_handle, out ptr[out, zx_thread])
zx_exception_get_process(handle zx_handle, out ptr[out, zx_process])
|