blob: 1daba7319ba98f138c74200ff7616e6cf4cb1733 (
plain)
1
2
3
4
5
6
7
8
|
#ifndef __NV50_KMS_BASE_H__
#define __NV50_KMS_BASE_H__
#include "wndw.h"
int base507c_new(struct nouveau_drm *, int, s32, struct nv50_wndw **);
int nv50_base_new(struct nouveau_drm *, int head, struct nv50_wndw **);
#endif
|