mirror of
git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
synced 2025-11-15 19:25:13 +00:00
8 lines
267 B
C
8 lines
267 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 **);
|
|
int tu102_fifo_user_new(const struct nvkm_oclass *, void *, u32,
|
|
struct nvkm_object **);
|
|
#endif
|