2019-06-19 20:13:43 -04:00
|
|
|
/* SPDX-License-Identifier: MIT */
|
2015-09-24 20:26:15 +02: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 16:24:10 +10:00
|
|
|
void gk104_ibus_intr(struct nvkm_subdev *);
|
2015-09-24 20:26:15 +02:00
|
|
|
#endif
|