1#ifndef __NOUVEAU_VGA_H__
2#define __NOUVEAU_VGA_H__
3
4struct nouveau_drm;
5struct drm_device;
6
7void nouveau_vga_init(struct nouveau_drm *);
8void nouveau_vga_fini(struct nouveau_drm *);
9void nouveau_vga_lastclose(struct drm_device *dev);
10
11#endif
12