drm/nouveau/core: add function to return list of supported children
[jlayton/linux.git] / drivers / gpu / drm / nouveau / core / include / core / parent.h
index 9f5ea900ff009461d0abcb98e8cad65e29c2cbb9..12da418ec70a2c29ef968aea14f692eb87197ee9 100644 (file)
@@ -57,5 +57,6 @@ void _nouveau_parent_dtor(struct nouveau_object *);
 int nouveau_parent_sclass(struct nouveau_object *, u16 handle,
                          struct nouveau_object **pengine,
                          struct nouveau_oclass **poclass);
+int nouveau_parent_lclass(struct nouveau_object *, u32 *, int);
 
 #endif