blob: 6a4cd4e10ba59b493dd274b2e0733a1e09953ba0 [file] [log] [blame]
// Copyright 2019 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.
#ifndef ZIRCON_SYSTEM_DEV_SYSMEM_SYSMEM_DRIVER_H_
#define ZIRCON_SYSTEM_DEV_SYSMEM_SYSMEM_DRIVER_H_
// Placeholder Driver ctx structure. Not used for anything yet.
class Driver {
public:
private:
};
#endif // ZIRCON_SYSTEM_DEV_SYSMEM_SYSMEM_DRIVER_H_