drm/g94/i2c: add aux channel interrupt driver
[deliverable/linux.git] / drivers / gpu / drm / nouveau / core / subdev / i2c / priv.h
index 27b9a9717229a9c22d139e67ce74144f433f20cd..a835d9e9ccb552fa496312b96a4da6e815d4078c 100644 (file)
@@ -73,4 +73,7 @@ struct nouveau_i2c_impl {
        void (*aux_mask)(struct nouveau_i2c *, u32, u32, u32);
 };
 
+void nv94_aux_stat(struct nouveau_i2c *, u32 *, u32 *, u32 *, u32 *);
+void nv94_aux_mask(struct nouveau_i2c *, u32, u32, u32);
+
 #endif
This page took 0.024241 seconds and 5 git commands to generate.