1
0
mirror of https://review.coreboot.org/flashrom.git synced 2025-07-02 06:23:18 +02:00

Move utility functions into new source files

Corresponding to flashrom svn r6 and coreboot v2 svn r1428.
This commit is contained in:
Ollie Lho
2004-03-17 22:22:08 +00:00
parent 3770a1132e
commit cbbf125981
6 changed files with 518 additions and 556 deletions

View File

@ -55,5 +55,6 @@ struct flashchip {
#define MSYSTEMS_MD2802 0x30 /* hmm -- both 0x30 */
extern void myusec_delay(int time);
extern void myusec_calibrate_delay();
extern int enable_flash_write(void);
#endif /* !__FLASH_H__ */