18c2ecf20Sopenharmony_ci#ifndef __NVIF_DISP_H__ 28c2ecf20Sopenharmony_ci#define __NVIF_DISP_H__ 38c2ecf20Sopenharmony_ci#include <nvif/object.h> 48c2ecf20Sopenharmony_cistruct nvif_device; 58c2ecf20Sopenharmony_ci 68c2ecf20Sopenharmony_cistruct nvif_disp { 78c2ecf20Sopenharmony_ci struct nvif_object object; 88c2ecf20Sopenharmony_ci}; 98c2ecf20Sopenharmony_ci 108c2ecf20Sopenharmony_ciint nvif_disp_ctor(struct nvif_device *, const char *name, s32 oclass, 118c2ecf20Sopenharmony_ci struct nvif_disp *); 128c2ecf20Sopenharmony_civoid nvif_disp_dtor(struct nvif_disp *); 138c2ecf20Sopenharmony_ci#endif 14