1*fbde260bSAndre Przywara #include <plat/common/platform.h> 2*fbde260bSAndre Przywara 3573d600eSAndre Przywara #include <sunxi_cpucfg_ncat.h> 4*fbde260bSAndre Przywara sunxi_cpucfg_has_per_cluster_regs(void)5*fbde260bSAndre Przywarastatic inline bool sunxi_cpucfg_has_per_cluster_regs(void) 6*fbde260bSAndre Przywara { 7*fbde260bSAndre Przywara return (plat_get_soc_revision() != 2); 8*fbde260bSAndre Przywara } 9