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