]> git.ipfire.org Git - people/ms/u-boot.git/blobdiff - include/reset-uclass.h
Convert CONFIG_BOOTCOUNT_ENV to Kconfig
[people/ms/u-boot.git] / include / reset-uclass.h
index 38c716ff8953cfe364b68f4b8124587fdaeaf582..50fbeb10d6833fab460412b9f7a66e564e4b368c 100644 (file)
@@ -11,7 +11,7 @@
 
 #include <reset.h>
 
-struct fdtdec_phandle_args;
+struct ofnode_phandle_args;
 struct udevice;
 
 /**
@@ -38,7 +38,7 @@ struct reset_ops {
         * @return 0 if OK, or a negative error code.
         */
        int (*of_xlate)(struct reset_ctl *reset_ctl,
-                       struct fdtdec_phandle_args *args);
+                       struct ofnode_phandle_args *args);
        /**
         * request - Request a translated reset control.
         *