1 1.3 riastrad /* $NetBSD: nouveau_vga.h,v 1.4 2021/12/18 23:45:32 riastradh Exp $ */ 2 1.3 riastrad 3 1.4 riastrad /* SPDX-License-Identifier: MIT */ 4 1.1 riastrad #ifndef __NOUVEAU_VGA_H__ 5 1.1 riastrad #define __NOUVEAU_VGA_H__ 6 1.1 riastrad 7 1.2 riastrad struct nouveau_drm; 8 1.2 riastrad struct drm_device; 9 1.2 riastrad 10 1.1 riastrad void nouveau_vga_init(struct nouveau_drm *); 11 1.1 riastrad void nouveau_vga_fini(struct nouveau_drm *); 12 1.1 riastrad void nouveau_vga_lastclose(struct drm_device *dev); 13 1.1 riastrad 14 1.1 riastrad #endif 15