Gitiles
Code Review
Sign In
git01.mediatek.com
/
filogic
/
atf
/
abeaf171593f0c895a9ad89a2886168f4afd4753
/
.
/
plat
/
allwinner
/
sun50i_h616
/
include
/
sunxi_cpucfg.h
blob: 5c590e48b68f38c09c116aec7c8ea28308ebd383 [
file
] [
log
] [
blame
]
#include
<plat/common/platform.h>
#include
<sunxi_cpucfg_ncat.h>
static
inline
bool
sunxi_cpucfg_has_per_cluster_regs
(
void
)
{
return
(
plat_get_soc_revision
()
!=
2
);
}