blob: 88223fedbd5312cea80d28fa539c3a0015a474a5 [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.
struct ZxDevice {
};
// TODO: Not need this anymore.
struct ZxProtocolDevice {
};
struct ZxDeviceProp {
};
struct DeviceAddArgs {
};
struct DeviceFragment {
};
struct CompositeDeviceFragment {
};