summaryrefslogtreecommitdiffstats
path: root/flash.h
diff options
context:
space:
mode:
authorUwe Hermann <uwe@hermann-uwe.de>2009-06-18 14:04:44 +0000
committerUwe Hermann <uwe@hermann-uwe.de>2009-06-18 14:04:44 +0000
commite1aa75ec952be70aa9b6c52e2aba7100539f18fe (patch)
tree7efdca5502ebe71a376c4b97ac743ab1a2a2a9d2 /flash.h
parente6abef0f641abae000c4590827ce7ef4691b6fa7 (diff)
downloadast2050-flashrom-e1aa75ec952be70aa9b6c52e2aba7100539f18fe.zip
ast2050-flashrom-e1aa75ec952be70aa9b6c52e2aba7100539f18fe.tar.gz
Also print the supported/nonsupported laptops in -L output
Content taken from current wiki page. Corresponding to flashrom svn r604. Signed-off-by: Uwe Hermann <uwe@hermann-uwe.de> Acked-by: Uwe Hermann <uwe@hermann-uwe.de>
Diffstat (limited to 'flash.h')
-rw-r--r--flash.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/flash.h b/flash.h
index 88dcda2..23c4fe6 100644
--- a/flash.h
+++ b/flash.h
@@ -250,6 +250,8 @@ struct board_info {
extern const struct board_info boards_ok[];
extern const struct board_info boards_bad[];
+extern const struct board_info laptops_ok[];
+extern const struct board_info laptops_bad[];
/* udelay.c */
void myusec_delay(int usecs);
OpenPOWER on IntegriCloud