1 #ifndef __NVKM_FUSE_PRIV_H__ 2 #define __NVKM_FUSE_PRIV_H__ 3 #include <subdev/fuse.h> 4 5 int _nvkm_fuse_init(struct nvkm_object *object); 6 void _nvkm_fuse_dtor(struct nvkm_object *object); 7 #endif 8
1 #ifndef __NVKM_FUSE_PRIV_H__ 2 #define __NVKM_FUSE_PRIV_H__ 3 #include <subdev/fuse.h> 4 5 int _nvkm_fuse_init(struct nvkm_object *object); 6 void _nvkm_fuse_dtor(struct nvkm_object *object); 7 #endif 8