License cleanup: add SPDX GPL-2.0 license identifier to files with no license
[linux-block.git] / drivers / gpu / drm / nouveau / include / nvkm / subdev / ibus.h
CommitLineData
b2441318 1/* SPDX-License-Identifier: GPL-2.0 */
5ecfadeb
BS
2#ifndef __NVKM_IBUS_H__
3#define __NVKM_IBUS_H__
2c1a425e 4#include <core/subdev.h>
2c1a425e 5
551d3417 6int gf100_ibus_new(struct nvkm_device *, int, struct nvkm_subdev **);
b6afa265 7int gf117_ibus_new(struct nvkm_device *, int, struct nvkm_subdev **);
551d3417
BS
8int gk104_ibus_new(struct nvkm_device *, int, struct nvkm_subdev **);
9int gk20a_ibus_new(struct nvkm_device *, int, struct nvkm_subdev **);
db1eb528 10int gm200_ibus_new(struct nvkm_device *, int, struct nvkm_subdev **);
0af0327c 11int gp10b_ibus_new(struct nvkm_device *, int, struct nvkm_subdev **);
2c1a425e 12#endif