summaryrefslogtreecommitdiff
path: root/nvkm/subdev/i2c/nv50.h
diff options
context:
space:
mode:
Diffstat (limited to 'nvkm/subdev/i2c/nv50.h')
-rw-r--r--nvkm/subdev/i2c/nv50.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/nvkm/subdev/i2c/nv50.h b/nvkm/subdev/i2c/nv50.h
index 290cf7db6..9ef965692 100644
--- a/nvkm/subdev/i2c/nv50.h
+++ b/nvkm/subdev/i2c/nv50.h
@@ -27,4 +27,8 @@ int nv94_aux_port_ctor(struct nouveau_object *, struct nouveau_object *,
void nv94_i2c_acquire(struct nouveau_i2c_port *);
void nv94_i2c_release(struct nouveau_i2c_port *);
+int nvd0_i2c_port_ctor(struct nouveau_object *, struct nouveau_object *,
+ struct nouveau_oclass *, void *, u32,
+ struct nouveau_object **);
+
#endif