diff options
author | uwe <uwe@2b7e53f0-3cfb-0310-b3e9-8179ed1497e1> | 2007-08-23 13:34:59 +0000 |
---|---|---|
committer | uwe <uwe@2b7e53f0-3cfb-0310-b3e9-8179ed1497e1> | 2007-08-23 13:34:59 +0000 |
commit | d3772b240be740e513380ee5be94cb18e5c2ca38 (patch) | |
tree | 3867a6aa46c1b5f056cd45269101f595d44b6a1d /m29f400bt.h | |
parent | bcaf943a70faa01d23da104346c749e4db12c775 (diff) | |
download | flashrom-d3772b240be740e513380ee5be94cb18e5c2ca38.tar.gz |
Original v2 revision: 2746
Drop a bunch of useless header files, merge them into flash.h.
Signed-off-by: Uwe Hermann <uwe@hermann-uwe.de>
Acked-by: Stefan Reinauer <stepan@coresystems.de>
git-svn-id: https://code.coreboot.org/svn/flashrom/trunk@128 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1
Diffstat (limited to 'm29f400bt.h')
-rw-r--r-- | m29f400bt.h | 19 |
1 files changed, 0 insertions, 19 deletions
diff --git a/m29f400bt.h b/m29f400bt.h deleted file mode 100644 index 04589bb..0000000 --- a/m29f400bt.h +++ /dev/null @@ -1,19 +0,0 @@ -#ifndef __M29F400BT_H__ -#define __M29F400BT_H__ 1 - -#include <stdio.h> - -extern int probe_m29f400bt(struct flashchip *flash); -extern int erase_m29f400bt(struct flashchip *flash); -extern int block_erase_m29f400bt(volatile uint8_t *bios, - volatile uint8_t *dst); -extern int write_m29f400bt(struct flashchip *flash, uint8_t *buf); -extern int write_linuxbios_m29f400bt(struct flashchip *flash, uint8_t *buf); - -extern void toggle_ready_m29f400bt(volatile uint8_t *dst); -extern void data_polling_m29f400bt(volatile uint8_t *dst, uint8_t data); -extern void protect_m29f400bt(volatile uint8_t *bios); -extern void write_page_m29f400bt(volatile uint8_t *bios, uint8_t *src, - volatile uint8_t *dst, int page_size); - -#endif /* !__M29F400BT_H__ */ |