diff options
author | Ollie Lho <ollie@sis.com.tw> | 2004-03-20 16:46:10 +0000 |
---|---|---|
committer | Ollie Lho <ollie@sis.com.tw> | 2004-03-20 16:46:10 +0000 |
commit | 59a2d96b5385103c55a4cd746a481cfae6d788af (patch) | |
tree | ecbd632c87d64c6651f84a705ce4c3861108069d /pm49fl004.h | |
parent | 5d2fee0c56b891230d3e1530808b7c28725f16c7 (diff) | |
download | flashrom-59a2d96b5385103c55a4cd746a481cfae6d788af.zip flashrom-59a2d96b5385103c55a4cd746a481cfae6d788af.tar.gz |
Consolidate more jedec standard code
Corresponding to flashrom svn r15 and coreboot v2 svn r1457.
Diffstat (limited to 'pm49fl004.h')
-rw-r--r-- | pm49fl004.h | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/pm49fl004.h b/pm49fl004.h index 4a75da1..21c880b 100644 --- a/pm49fl004.h +++ b/pm49fl004.h @@ -1,8 +1,8 @@ #ifndef __PM49FL004_H__ #define __PM49FL004_H__ 1 -extern int probe_49fl004 (struct flashchip * flash); -extern int erase_49fl004 (struct flashchip * flash); -extern int write_49fl004 (struct flashchip * flash, unsigned char * buf); +extern int probe_49fl004(struct flashchip *flash); +extern int erase_49fl004(struct flashchip *flash); +extern int write_49fl004(struct flashchip *flash, unsigned char *buf); -#endif +#endif |