/* SPDX-License-Identifier: MIT */ #ifndef __NVKM_DEVICE_CTRL_H__ #define __NVKM_DEVICE_CTRL_H__ #define nvkm_control(p) … #include <core/object.h> struct nvkm_control { … }; extern const struct nvkm_device_oclass nvkm_control_oclass; #endif
/* SPDX-License-Identifier: MIT */ #ifndef __NVKM_DEVICE_CTRL_H__ #define __NVKM_DEVICE_CTRL_H__ #define nvkm_control(p) … #include <core/object.h> struct nvkm_control { … }; extern const struct nvkm_device_oclass nvkm_control_oclass; #endif