xref: /netbsd-src/sys/external/bsd/drm2/dist/drm/nouveau/nouveau_vga.h (revision fdd524d4ccd2bb0c6f67401e938dabf773eb0372)
1 #ifndef __NOUVEAU_VGA_H__
2 #define __NOUVEAU_VGA_H__
3 
4 struct nouveau_drm;
5 struct drm_device;
6 
7 void nouveau_vga_init(struct nouveau_drm *);
8 void nouveau_vga_fini(struct nouveau_drm *);
9 void nouveau_vga_lastclose(struct drm_device *dev);
10 
11 #endif
12