2019-06-19 20:13:43 -04:00
|
|
|
/* SPDX-License-Identifier: MIT */
|
2012-07-31 16:16:21 +10:00
|
|
|
#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
|