blob: ea3ad6974c653e1ce2ab1e4d99d117433f95b253 (
plain)
1
2
3
4
5
6
7
8
|
#ifndef __NOUVEAU_VGA_H__
#define __NOUVEAU_VGA_H__
void nouveau_vga_init(struct nouveau_drm *);
void nouveau_vga_fini(struct nouveau_drm *);
void nouveau_vga_lastclose(struct drm_device *dev);
#endif
|