summaryrefslogtreecommitdiff
path: root/udev.h
diff options
context:
space:
mode:
Diffstat (limited to 'udev.h')
-rw-r--r--udev.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/udev.h b/udev.h
index 7c5d18a3d0..d049fc1fd0 100644
--- a/udev.h
+++ b/udev.h
@@ -40,6 +40,9 @@
#define LINE_SIZE 256
+#define FAKE 1
+#define NOFAKE 0
+
/* length of public data */
#define UDEVICE_LEN (offsetof(struct udevice, bus_id))