diff options
author | Li-Ta Lo <ollie@lanl.gov> | 2004-03-17 22:22:08 +0000 |
---|---|---|
committer | Li-Ta Lo <ollie@lanl.gov> | 2004-03-17 22:22:08 +0000 |
commit | 115bd0549bfca99a49e5d929820af605dab715b1 (patch) | |
tree | 9cf65953314b057078a77b523d417c5b04821d38 /util/flash_and_burn/flash.h | |
parent | fc2ad05e6f478a16e68d926448c6337f1c4fa436 (diff) |
move utility functions into new source files
git-svn-id: svn://svn.coreboot.org/coreboot/trunk@1428 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1
Diffstat (limited to 'util/flash_and_burn/flash.h')
-rw-r--r-- | util/flash_and_burn/flash.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/util/flash_and_burn/flash.h b/util/flash_and_burn/flash.h index f4a3d2296e..6cf911ebc8 100644 --- a/util/flash_and_burn/flash.h +++ b/util/flash_and_burn/flash.h @@ -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__ */ |