syzkaller/sys/fuchsia/fidl_mem.txt
Dokyung Song 11c256cdcd sys/fuchsia: prune unused structs in syscall description generated by fidlgen
After generating syscall description for fidl files using fidlgen, prune
all unused structs using the exact same mechanism used by the compiler's
check for unused structs. This allows the FIDL compiler to support
modular compilation; it does not need to have global knowledge of
whether each struct is used or not.
2018-09-11 13:01:53 +02:00

20 lines
443 B
Plaintext

# Copyright 2018 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.
#
# WARNING: This file is machine generated by fidlgen.
include <fuchsia/mem/c/fidl.h>
fuchsia_mem_BufferInLine {
vmo flags[fidl_handle_presence, int32]
size int64
} [packed]
fuchsia_mem_BufferOutOfLine {
void void
} [packed]
fuchsia_mem_BufferHandles {
vmo zx_vmo
} [packed]