diff options
Diffstat (limited to 'include/programmer.h')
-rw-r--r-- | include/programmer.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/programmer.h b/include/programmer.h index d8d8b4a2..304a2166 100644 --- a/include/programmer.h +++ b/include/programmer.h @@ -264,7 +264,7 @@ extern int superio_count; #if CONFIG_INTERNAL == 1 extern int is_laptop; -extern bool laptop_ok; +extern bool g_laptop_ok; extern bool force_boardmismatch; void probe_superio(void); int register_superio(struct superio s); |