| // 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 SRC_DEVICES_SYSMEM_DRIVERS_SYSMEM_DRIVER_H_ |
| #define SRC_DEVICES_SYSMEM_DRIVERS_SYSMEM_DRIVER_H_ |
| |
| #include <lib/async/dispatcher.h> |
| #include <threads.h> |
| |
| namespace sysmem_driver { |
| |
| // Placeholder Driver ctx structure. Not used for anything yet. |
| class Driver {}; |
| |
| } // namespace sysmem_driver |
| |
| #endif // SRC_DEVICES_SYSMEM_DRIVERS_SYSMEM_DRIVER_H_ |