X-Git-Url: https://git.librecmc.org/?a=blobdiff_plain;f=include%2Ffsl_usb.h;h=c0f076b06daf5959e06c3535d29f5df4bbf33b6e;hb=427e4cf08cb64aef20dc786eab438452662f9dbb;hp=e9e1dd69053edbecfc12228edfe5760841280ebc;hpb=e8f80a5a58c9b506453cc0780687e8ed457d30a6;p=oweals%2Fu-boot.git diff --git a/include/fsl_usb.h b/include/fsl_usb.h index e9e1dd6905..c0f076b06d 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);