/* SPDX-License-Identifier: MIT */ #ifndef __NVIF_PRINTF_H__ #define __NVIF_PRINTF_H__ #include <nvif/client.h> #include <nvif/parent.h> #define NVIF_PRINT(l,o,f,a...) … #ifndef NVIF_DEBUG_PRINT_DISABLE #define NVIF_DEBUG(o,f,a...) … #else #define NVIF_DEBUG … #endif #define NVIF_ERROR(o,f,a...) … #define NVIF_ERRON(c,o,f,a...) … #endif