X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;f=include%2Ffsl_usb.h;h=c0f076b06daf5959e06c3535d29f5df4bbf33b6e;hb=696f02d99b41190786b17ad28316a0cd45792c2c;hp=e9e1dd69053edbecfc12228edfe5760841280ebc;hpb=e8f80a5a58c9b506453cc0780687e8ed457d30a6;p=platform%2Fkernel%2Fu-boot.git diff --git a/include/fsl_usb.h b/include/fsl_usb.h index e9e1dd6..c0f076b 100644 --- a/include/fsl_usb.h +++ b/include/fsl_usb.h @@ -87,6 +87,7 @@ struct ccsr_usb_phy { /* USB Erratum Checking code */ #if defined(CONFIG_PPC) || defined(CONFIG_ARM) bool has_dual_phy(void); +bool has_erratum_a005275(void); bool has_erratum_a006261(void); bool has_erratum_a007075(void); bool has_erratum_a007798(void);