arm64: cpufeature: expose arm64_ftr_reg struct for CTR_EL0
[deliverable/linux.git] / arch / arm64 / include / asm / cpufeature.h
index 8bb4f1527b269de09d9bf72233e05fc2f4fb8aa5..c07c5d1cd04ac53852a55b989d89753f9f2f45cd 100644 (file)
@@ -78,6 +78,8 @@ struct arm64_ftr_reg {
        const struct arm64_ftr_bits     *ftr_bits;
 };
 
+extern struct arm64_ftr_reg arm64_ftr_reg_ctrel0;
+
 /* scope of capability check */
 enum {
        SCOPE_SYSTEM,
This page took 0.025961 seconds and 5 git commands to generate.