1 /* SPDX-License-Identifier: GPL-2.0 */ 2 #ifndef __NOUVEAU_VGA_H__ 3 #define __NOUVEAU_VGA_H__ 4 5 void nouveau_vga_init(struct nouveau_drm *); 6 void nouveau_vga_fini(struct nouveau_drm *); 7 void nouveau_vga_lastclose(struct drm_device *dev); 8 9 #endif 10