1 /* $NetBSD: nouveau_vga.h,v 1.2.16.1 2018/09/06 06:56:18 pgoyette Exp $ */ 2 3 #ifndef __NOUVEAU_VGA_H__ 4 #define __NOUVEAU_VGA_H__ 5 6 struct nouveau_drm; 7 struct drm_device; 8 9 void nouveau_vga_init(struct nouveau_drm *); 10 void nouveau_vga_fini(struct nouveau_drm *); 11 void nouveau_vga_lastclose(struct drm_device *dev); 12 13 #endif 14