![]() |
|
|||
0001 #ifndef __NVIF_DISP_H__ 0002 #define __NVIF_DISP_H__ 0003 #include <nvif/object.h> 0004 struct nvif_device; 0005 0006 struct nvif_disp { 0007 struct nvif_object object; 0008 unsigned long conn_mask; 0009 unsigned long outp_mask; 0010 }; 0011 0012 int nvif_disp_ctor(struct nvif_device *, const char *name, s32 oclass, 0013 struct nvif_disp *); 0014 void nvif_disp_dtor(struct nvif_disp *); 0015 #endif
[ Source navigation ] | [ Diff markup ] | [ Identifier search ] | [ general search ] |
This page was automatically generated by the 2.1.0 LXR engine. The LXR team |
![]() ![]() |