From 7d5c7a7f1794cf846f2b62813c81f0f2a0ac5b54 Mon Sep 17 00:00:00 2001 From: Stefan Reinauer Date: Thu, 24 Nov 2005 10:45:34 +0000 Subject: rename the directory to match the program name git-svn-id: svn://svn.coreboot.org/coreboot/trunk@2102 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1 --- util/flashrom/sst28sf040.h | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 util/flashrom/sst28sf040.h (limited to 'util/flashrom/sst28sf040.h') diff --git a/util/flashrom/sst28sf040.h b/util/flashrom/sst28sf040.h new file mode 100644 index 0000000000..ca57eff1ec --- /dev/null +++ b/util/flashrom/sst28sf040.h @@ -0,0 +1,8 @@ +#ifndef __SST28SF040_H__ +#define __SST28SF040_H__ + +extern int probe_28sf040(struct flashchip *flash); +extern int erase_28sf040(struct flashchip *flash); +extern int write_28sf040(struct flashchip *flash, unsigned char *buf); + +#endif /* !__SST28SF040_H__ */ -- cgit v1.2.3