diff options
-rw-r--r-- | include/dm/uclass.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/dm/uclass.h b/include/dm/uclass.h index 0e882cec59c..6e7c1cd3e8b 100644 --- a/include/dm/uclass.h +++ b/include/dm/uclass.h @@ -58,6 +58,7 @@ struct udevice; * @post_probe: Called after a new device is probed * @pre_remove: Called before a device is removed * @child_post_bind: Called after a child is bound to a device in this uclass + * @child_pre_probe: Called before a child is probed in this uclass * @init: Called to set up the uclass * @destroy: Called to destroy the uclass * @priv_auto_alloc_size: If non-zero this is the size of the private data |