diff --git a/drivers/gpu/nvgpu/include/nvgpu/gops_tsg.h b/drivers/gpu/nvgpu/include/nvgpu/gops_tsg.h index 1528dd6f6..6b8f7dde1 100644 --- a/drivers/gpu/nvgpu/include/nvgpu/gops_tsg.h +++ b/drivers/gpu/nvgpu/include/nvgpu/gops_tsg.h @@ -28,6 +28,8 @@ struct gk20a; struct nvgpu_channel; struct nvgpu_tsg; +/** @cond DOXYGEN_SHOULD_SKIP_THIS */ + #ifdef CONFIG_NVGPU_CHANNEL_TSG_CONTROL enum nvgpu_event_id_type; #endif @@ -73,4 +75,6 @@ struct gops_tsg { }; +/** @endcond DOXYGEN_SHOULD_SKIP_THIS */ + #endif