summaryrefslogtreecommitdiff
path: root/nvkm/include/core/object.h
diff options
context:
space:
mode:
Diffstat (limited to 'nvkm/include/core/object.h')
-rw-r--r--nvkm/include/core/object.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/nvkm/include/core/object.h b/nvkm/include/core/object.h
index b22e8fd40..d7039482d 100644
--- a/nvkm/include/core/object.h
+++ b/nvkm/include/core/object.h
@@ -48,6 +48,10 @@ void nouveau_object_destroy(struct nouveau_object *);
int nouveau_object_init(struct nouveau_object *);
int nouveau_object_fini(struct nouveau_object *, bool suspend);
+int _nouveau_object_ctor(struct nouveau_object *, struct nouveau_object *,
+ struct nouveau_oclass *, void *, u32,
+ struct nouveau_object **);
+
extern struct nouveau_ofuncs nouveau_object_ofuncs;
/* Don't allocate dynamically, because lockdep needs lock_class_keys to be in