2019-06-20 00:13:43 +00:00
|
|
|
/* SPDX-License-Identifier: MIT */
|
2015-09-24 18:26:15 +00:00
|
|
|
#ifndef __NVKM_IBUS_PRIV_H__
|
|
|
|
#define __NVKM_IBUS_PRIV_H__
|
|
|
|
|
|
|
|
#include <subdev/ibus.h>
|
|
|
|
|
|
|
|
void gf100_ibus_intr(struct nvkm_subdev *);
|
2015-12-19 06:24:10 +00:00
|
|
|
void gk104_ibus_intr(struct nvkm_subdev *);
|
2015-09-24 18:26:15 +00:00
|
|
|
#endif
|