diff options
author | Li-Ta Lo <ollie@lanl.gov> | 2004-03-20 17:39:43 +0000 |
---|---|---|
committer | Li-Ta Lo <ollie@lanl.gov> | 2004-03-20 17:39:43 +0000 |
commit | 132f2c49003a647c3d063de0efe42a2ed64fc3b3 (patch) | |
tree | 5ddb4e85e4e8e84ebd40e7f4e69ff30ceeb5da52 /util/flash_and_burn/w49f002u.h | |
parent | e8274965d7c6a4b8d92076df74518cbdecf79090 (diff) |
rmove unused #define and function declaretion
git-svn-id: svn://svn.coreboot.org/coreboot/trunk@1459 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1
Diffstat (limited to 'util/flash_and_burn/w49f002u.h')
-rw-r--r-- | util/flash_and_burn/w49f002u.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/util/flash_and_burn/w49f002u.h b/util/flash_and_burn/w49f002u.h index 4863ea5a4f..29320b7cef 100644 --- a/util/flash_and_burn/w49f002u.h +++ b/util/flash_and_burn/w49f002u.h @@ -1,8 +1,6 @@ #ifndef __W49F002U_H__ #define __W49F002U_H__ 1 -extern int probe_49f002(struct flashchip *flash); -extern int erase_49f002(struct flashchip *flash); extern int write_49f002(struct flashchip *flash, unsigned char *buf); #endif /* !__W49F002U_H__ */ |