X-Git-Url: http://git.cascardo.eti.br/?a=blobdiff_plain;f=include%2Flinux%2Fchromeos_platform.h;fp=include%2Flinux%2Fchromeos_platform.h;h=c02e5fd80be0155687ddc4d9c0cc964ae15a4934;hb=e9107524455b67625c764df44005753c3a9c6360;hp=32c4510660fbbb6a845bc43c9dec29ad0d22e799;hpb=206c34f60039c034590ad21ae98c2e7afcf99a66;p=cascardo%2Flinux.git diff --git a/include/linux/chromeos_platform.h b/include/linux/chromeos_platform.h index 32c4510660fb..c02e5fd80be0 100644 --- a/include/linux/chromeos_platform.h +++ b/include/linux/chromeos_platform.h @@ -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 */