diff options
Diffstat (limited to 'util/flashrom/w49f002u.h')
-rw-r--r-- | util/flashrom/w49f002u.h | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/util/flashrom/w49f002u.h b/util/flashrom/w49f002u.h new file mode 100644 index 0000000000..29320b7cef --- /dev/null +++ b/util/flashrom/w49f002u.h @@ -0,0 +1,6 @@ +#ifndef __W49F002U_H__ +#define __W49F002U_H__ 1 + +extern int write_49f002(struct flashchip *flash, unsigned char *buf); + +#endif /* !__W49F002U_H__ */ |