From 8c1df280e344ca4bff76b9061db419bb174c2e4a Mon Sep 17 00:00:00 2001 From: Michael Karcher Date: Fri, 26 Feb 2010 09:51:20 +0000 Subject: Warn if running on laptops Corresponding to flashrom svn r916. Signed-off-by: Michael Karcher Acked-by: Carl-Daniel Hailfinger --- flash.h | 1 + 1 file changed, 1 insertion(+) (limited to 'flash.h') diff --git a/flash.h b/flash.h index 76be164..8252f6d 100644 --- a/flash.h +++ b/flash.h @@ -382,6 +382,7 @@ struct pci_dev *pci_card_find(uint16_t vendor, uint16_t device, void get_io_perms(void); void release_io_perms(void); #if INTERNAL_SUPPORT == 1 +extern int is_laptop; void probe_superio(void); int internal_init(void); int internal_shutdown(void); -- cgit v1.1