From 61598093bbdd283a7edc367d900f223070ead8d2 Mon Sep 17 00:00:00 2001 From: hc <hc@nodka.com> Date: Fri, 10 May 2024 07:43:03 +0000 Subject: [PATCH] add ax88772C AX88772C_eeprom_tools --- kernel/arch/arm/mach-vexpress/core.h | 3 +-- 1 files changed, 1 insertions(+), 2 deletions(-) diff --git a/kernel/arch/arm/mach-vexpress/core.h b/kernel/arch/arm/mach-vexpress/core.h index a162ab4..bda7867 100644 --- a/kernel/arch/arm/mach-vexpress/core.h +++ b/kernel/arch/arm/mach-vexpress/core.h @@ -1,5 +1,4 @@ bool vexpress_smp_init_ops(void); +void vexpress_flags_set(u32 data); extern const struct smp_operations vexpress_smp_dt_ops; - -extern void vexpress_cpu_die(unsigned int cpu); -- Gitblit v1.6.2