From 8864710cd5ca23a365fb35e5ddc3a8b8368b658f Mon Sep 17 00:00:00 2001 From: Sean Nelson Date: Mon, 22 Mar 2010 06:57:02 +0000 Subject: Fix a few typos from the last commit Corresponding to flashrom svn r966. Signed-off-by: Sean Nelson Acked-by: Sean Nelson --- chipdrivers.h | 1 + 1 file changed, 1 insertion(+) (limited to 'chipdrivers.h') diff --git a/chipdrivers.h b/chipdrivers.h index d8a5bcc..c96f445 100644 --- a/chipdrivers.h +++ b/chipdrivers.h @@ -62,6 +62,7 @@ int write_82802ab(struct flashchip *flash, uint8_t *buf); void print_status_82802ab(uint8_t status); void write_page_82802ab(chipaddr bios, uint8_t *src, chipaddr dst, int page_size); int unlock_82802ab(struct flashchip *flash); +int unlock_28f004s5(struct flashchip *flash); /* jedec.c */ uint8_t oddparity(uint8_t val); -- cgit v1.1