]> git.ozlabs.org Git - petitboot/blobdiff - lib/types/types.h
Recognise storage devices on USB bus
[petitboot] / lib / types / types.h
index 0415206bcb95a657cda3cb6476799ccee6b61baa..6a2c25810fff5c80a07ad2f11af44924b225f469 100644 (file)
@@ -8,6 +8,7 @@
 enum device_type {
        DEVICE_TYPE_NETWORK,
        DEVICE_TYPE_DISK,
+       DEVICE_TYPE_USB,
        DEVICE_TYPE_OPTICAL,
        DEVICE_TYPE_ANY,
        DEVICE_TYPE_UNKNOWN,