// SPDX-License-Identifier: Apache-2.0 #include #include extern "C" { Driver root_driver = { .name = "root", .compatible = (const char*[]) { "root", nullptr }, .startDevice = nullptr, .stopDevice = nullptr, .api = nullptr, .deviceType = nullptr, .internal = { 0 } }; }