blob: 7a65cd038ef5fa3d08c3ab211275029e5518c548 [file] [log] [blame]
// Copyright 2016 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.
#pragma once
__BEGIN_CDECLS
// forward declarations needed by syscalls.h
typedef struct mx_port_packet mx_port_packet_t;
typedef struct mx_pci_bar mx_pci_resource_t;
typedef struct mx_pcie_device_info mx_pcie_device_info_t;
typedef struct mx_pci_init_arg mx_pci_init_arg_t;
typedef union mx_rrec mx_rrec_t;
typedef struct mx_vcpu_create_args mx_vcpu_create_args_t;
__END_CDECLS