mirror of
https://github.com/AuxXxilium/linux_dsm_epyc7002.git
synced 2024-12-21 00:08:17 +07:00
1590700d94
There should be no code changes here, just shuffling stuff around. Signed-off-by: Ben Skeggs <bskeggs@redhat.com>
9 lines
211 B
C
9 lines
211 B
C
#ifndef __NV50_KMS_OIMM_H__
|
|
#define __NV50_KMS_OIMM_H__
|
|
#include "wndw.h"
|
|
|
|
int oimm507b_init(struct nouveau_drm *, s32, struct nv50_wndw *);
|
|
|
|
int nv50_oimm_init(struct nouveau_drm *, struct nv50_wndw *);
|
|
#endif
|