mirror of
https://github.com/torvalds/linux.git
synced 2026-04-21 00:04:01 -04:00
9 lines
291 B
C
9 lines
291 B
C
#ifndef __NVKM_IBUS_H__
|
|
#define __NVKM_IBUS_H__
|
|
#include <core/subdev.h>
|
|
|
|
int gf100_ibus_new(struct nvkm_device *, int, struct nvkm_subdev **);
|
|
int gk104_ibus_new(struct nvkm_device *, int, struct nvkm_subdev **);
|
|
int gk20a_ibus_new(struct nvkm_device *, int, struct nvkm_subdev **);
|
|
#endif
|