summaryrefslogtreecommitdiff
path: root/udev.h
diff options
context:
space:
mode:
Diffstat (limited to 'udev.h')
-rw-r--r--udev.h7
1 files changed, 4 insertions, 3 deletions
diff --git a/udev.h b/udev.h
index 310154f55d..717c1218eb 100644
--- a/udev.h
+++ b/udev.h
@@ -33,9 +33,10 @@
#define GROUP_SIZE 30
#define MODE_SIZE 8
-#define ACTION_SIZE 30
-#define DEVPATH_SIZE 255
-#define SUBSYSTEM_SIZE 30
+#define ACTION_SIZE 32
+#define DEVPATH_SIZE 256
+#define SUBSYSTEM_SIZE 32
+#define SEQNUM_SIZE 32
/* length of public data */
#define UDEVICE_LEN (offsetof(struct udevice, bus_id))