mirror of
https://gitee.com/bianbu-linux/linux-6.6
synced 2025-07-24 01:54:03 -04:00
8 lines
214 B
C
8 lines
214 B
C
#ifndef __NV50_KMS_WIMM_H__
|
|
#define __NV50_KMS_WIMM_H__
|
|
#include "wndw.h"
|
|
|
|
int nv50_wimm_init(struct nouveau_drm *drm, struct nv50_wndw *);
|
|
|
|
int wimmc37b_init(struct nouveau_drm *, s32, struct nv50_wndw *);
|
|
#endif
|