Back to home page

OSCL-LXR

 
 

    


0001 /* SPDX-License-Identifier: MIT */
0002 #ifndef __NOUVEAU_VGA_H__
0003 #define __NOUVEAU_VGA_H__
0004 
0005 void nouveau_vga_init(struct nouveau_drm *);
0006 void nouveau_vga_fini(struct nouveau_drm *);
0007 void nouveau_vga_lastclose(struct drm_device *dev);
0008 
0009 #endif