mirror of
https://github.com/torvalds/linux.git
synced 2026-04-21 08:13:56 -04:00
7 lines
175 B
C
7 lines
175 B
C
#ifndef __NVKM_FIFO_USER_H__
|
|
#define __NVKM_FIFO_USER_H__
|
|
#include "priv.h"
|
|
int gv100_fifo_user_new(const struct nvkm_oclass *, void *, u32,
|
|
struct nvkm_object **);
|
|
#endif
|