]> git.ipfire.org Git - thirdparty/kernel/linux.git/blame - drivers/gpu/drm/nouveau/nvkm/subdev/ibus/priv.h
License cleanup: add SPDX GPL-2.0 license identifier to files with no license
[thirdparty/kernel/linux.git] / drivers / gpu / drm / nouveau / nvkm / subdev / ibus / priv.h
CommitLineData
b2441318 1/* SPDX-License-Identifier: GPL-2.0 */
b6afa265
SP
2#ifndef __NVKM_IBUS_PRIV_H__
3#define __NVKM_IBUS_PRIV_H__
4
5#include <subdev/ibus.h>
6
7void gf100_ibus_intr(struct nvkm_subdev *);
e3d26d08 8void gk104_ibus_intr(struct nvkm_subdev *);
b6afa265 9#endif