From 05a7d3cce9c12fdae59ec22489a00c9310d72126 Mon Sep 17 00:00:00 2001 From: Martin Kroeker Date: Tue, 26 Jul 2022 22:49:57 +0200 Subject: [PATCH] another missed declaration of NEOVERSEV1 --- driver/others/dynamic_arm64.c | 1 + 1 file changed, 1 insertion(+) diff --git a/driver/others/dynamic_arm64.c b/driver/others/dynamic_arm64.c index dee8310de..d88b1da40 100644 --- a/driver/others/dynamic_arm64.c +++ b/driver/others/dynamic_arm64.c @@ -125,6 +125,7 @@ extern gotoblas_t gotoblas_THUNDERX2T99; extern gotoblas_t gotoblas_TSV110; extern gotoblas_t gotoblas_EMAG8180; extern gotoblas_t gotoblas_NEOVERSEN1; +extern gotoblas_t gotoblas_NEOVERSEV1; extern gotoblas_t gotoblas_NEOVERSEN2; extern gotoblas_t gotoblas_THUNDERX3T110; extern gotoblas_t gotoblas_CORTEXA55;