summaryrefslogtreecommitdiffstats
path: root/am29f040b.h
diff options
context:
space:
mode:
authorOllie Lho <ollie@sis.com.tw>2005-11-26 21:55:36 +0000
committerOllie Lho <ollie@sis.com.tw>2005-11-26 21:55:36 +0000
commit09f43e5e2c3ec7e3e96ab030d683b4bcbed89a6f (patch)
tree730168012ceeb517f9c3d14e02f21be6c75cf107 /am29f040b.h
parentf18077019037c248e2fa80f9b66aef534525f823 (diff)
downloadflashrom-09f43e5e2c3ec7e3e96ab030d683b4bcbed89a6f.zip
flashrom-09f43e5e2c3ec7e3e96ab030d683b4bcbed89a6f.tar.gz
Flashrom update from Stefan, resolve issue 21
Corresponding to flashrom svn r34 and coreboot v2 svn r2111.
Diffstat (limited to 'am29f040b.h')
-rw-r--r--am29f040b.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/am29f040b.h b/am29f040b.h
index 08c6c92..99efb67 100644
--- a/am29f040b.h
+++ b/am29f040b.h
@@ -3,6 +3,6 @@
extern int probe_29f040b(struct flashchip *flash);
extern int erase_29f040b(struct flashchip *flash);
-extern int write_29f040b(struct flashchip *flash, unsigned char *buf);
+extern int write_29f040b(struct flashchip *flash, uint8_t *buf);
#endif /* !__AM29F040B_H__ */
OpenPOWER on IntegriCloud