aboutsummaryrefslogtreecommitdiffstats
path: root/include/programmer.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/programmer.h')
-rw-r--r--include/programmer.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/programmer.h b/include/programmer.h
index 047f49a5..157de2e2 100644
--- a/include/programmer.h
+++ b/include/programmer.h
@@ -161,6 +161,7 @@ enum board_match_phase {
};
struct board_cfg {
+ int is_laptop;
};
struct board_match {
@@ -266,7 +267,6 @@ extern int superio_count;
#endif
#if CONFIG_INTERNAL == 1
-extern int g_is_laptop;
extern bool g_laptop_ok;
extern bool force_boardmismatch;
void probe_superio(void);