From 3b7e75a23e0d9f812e7e7792734846720dbfd648 Mon Sep 17 00:00:00 2001 From: Carl-Daniel Hailfinger Date: Thu, 14 May 2009 21:41:10 +0000 Subject: Fix compilation of nic3com on 64bit Corresponding to flashrom svn r512. Signed-off-by: Carl-Daniel Hailfinger Acked-by: Uwe Hermann --- flash.h | 1 + 1 file changed, 1 insertion(+) (limited to 'flash.h') diff --git a/flash.h b/flash.h index 27b6328d0..e25f31ec6 100644 --- a/flash.h +++ b/flash.h @@ -585,6 +585,7 @@ void *physmap(const char *descr, unsigned long phys_addr, size_t len); void physunmap(void *virt_addr, size_t len); /* internal.c */ +void get_io_perms(void); int internal_init(void); int internal_shutdown(void); void internal_chip_writeb(uint8_t val, volatile void *addr); -- cgit v1.2.3