set dev usb
[cascardo/linux.git] / include / linux / chromeos_platform.h
index 32c4510..c02e5fd 100644 (file)
@@ -15,6 +15,7 @@
  * recovery (or reinstall).
  */
 extern int chromeos_set_need_recovery(void);
+extern int chromeos_set_dev_usb(void);
 
 #else
 
@@ -22,6 +23,11 @@ static inline int chromeos_set_need_recovery(void)
 {
        return -ENODEV;
 }
+
+static inline int chromeos_set_dev_usb(void)
+{
+       return -ENODEV;
+}
 #endif /* CONFIG_CHROMEOS */
 
 #endif /* _LINUX_CHROMEOS_PLATFORM_H */