| Change |
Effect |
1 | Field bus_id has been removed from the middle position of this structural type. | 1) Previous accesses of applications to the removed field will be incorrect. 2) Layout of structure fields has been changed and therefore fields at higher positions of the structure definition may be incorrectly accessed by applications. |
2 | Field devpath has been removed from the middle position of this structural type. | 1) Previous accesses of applications to the removed field will be incorrect. 2) Layout of structure fields has been changed and therefore fields at higher positions of the structure definition may be incorrectly accessed by applications. |
3 | Field kernel_name has been removed from the middle position of this structural type. | 1) Previous accesses of applications to the removed field will be incorrect. 2) Layout of structure fields has been changed and therefore fields at higher positions of the structure definition may be incorrectly accessed by applications. |
4 | Field kernel_number has been removed from the middle position of this structural type. | 1) Previous accesses of applications to the removed field will be incorrect. 2) Layout of structure fields has been changed and therefore fields at higher positions of the structure definition may be incorrectly accessed by applications. |
5 | Field subsystem has been removed from the middle position of this structural type. | 1) Previous accesses of applications to the removed field will be incorrect. 2) Layout of structure fields has been changed and therefore fields at higher positions of the structure definition may be incorrectly accessed by applications. |
6 | Field type has been removed from the middle position of this structural type. | 1) Previous accesses of applications to the removed field will be incorrect. 2) Layout of structure fields has been changed and therefore fields at higher positions of the structure definition may be incorrectly accessed by applications. |
udev_db_add_device ( struct udevice* dev )1st parameter 'dev' (pointer) has base type 'struct udevice'.
udev_db_delete_device ( struct udevice* dev )1st parameter 'dev' (pointer) has base type 'struct udevice'.
udev_db_get_device ( struct udevice* udev, char const* devpath )1st parameter 'udev' (pointer) has base type 'struct udevice'.
udev_rules_get_name ( struct udev_rules* rules, struct udevice* udev, struct sysfs_class_device* class_dev )2nd parameter 'udev' (pointer) has base type 'struct udevice'.
udev_rules_get_run ( struct udev_rules* rules, struct udevice* udev, struct sysfs_class_device* class_dev, struct sysfs_device* sysfs_dev )2nd parameter 'udev' (pointer) has base type 'struct udevice'.