drm/nouveau/core/client: pass notification callback to nvkm_client_new
[linux-2.6-microblaze.git] / drivers / gpu / drm / nouveau / include / nvkm / core / client.h
index 28f1078..e3b96e3 100644 (file)
@@ -20,7 +20,9 @@ struct nvkm_client {
 };
 
 int  nvkm_client_new(const char *name, u64 device, const char *cfg,
-                    const char *dbg, struct nvkm_client **);
+                    const char *dbg,
+                    int (*)(const void *, u32, const void *, u32),
+                    struct nvkm_client **);
 
 int nvkm_client_notify_new(struct nvkm_object *, struct nvkm_event *,
                           void *data, u32 size);