blob: 391e71ded77e797c003b4971cc40123ecebd4ebc [file] [log] [blame]
// 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.
library ddk.driver;
// TODO: Not need this anymore.
[repr = "Hidden"]
struct ZxDevice {
};
// TODO: Not need this anymore.
[repr = "C"]
struct ZxProtocolDevice {
};
[repr = "C"]
struct ZxDeviceProp {
};
[repr = "C"]
struct DeviceAddArgs {
};
[repr = "C"]
struct DeviceFragment {
};
[repr = "C"]
struct CompositeDeviceFragment {
};