aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/nouveau/core/subdev/fuse/priv.h
blob: d2085411a5cba55ee2f2828ee578ec77f88c51d0 (plain) (blame)
1
2
3
4
5
6
7
8
9
#ifndef __NVKM_FUSE_PRIV_H__
#define __NVKM_FUSE_PRIV_H__

#include <subdev/fuse.h>

int _nouveau_fuse_init(struct nouveau_object *object);
void _nouveau_fuse_dtor(struct nouveau_object *object);

#endif