From e1aa75ec952be70aa9b6c52e2aba7100539f18fe Mon Sep 17 00:00:00 2001 From: Uwe Hermann Date: Thu, 18 Jun 2009 14:04:44 +0000 Subject: 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 Acked-by: Uwe Hermann --- flash.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'flash.h') 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); -- cgit v1.1