summaryrefslogtreecommitdiffstats
path: root/flash.h
diff options
context:
space:
mode:
authorRonald G. Minnich <rminnich@gmail.com>2002-09-06 16:58:14 +0000
committerRonald G. Minnich <rminnich@gmail.com>2002-09-06 16:58:14 +0000
commit56439427500146bf125b081406275be55fa5d9e3 (patch)
tree5a0b1c587d80a2fcc65fe89acdaa8f203d0d31b3 /flash.h
parent6041bcda7ac8c8a7470bba58e8b26cdfd5746679 (diff)
downloadast2050-flashrom-56439427500146bf125b081406275be55fa5d9e3.zip
ast2050-flashrom-56439427500146bf125b081406275be55fa5d9e3.tar.gz
Can now burn 82802ab
Corresponding to coreboot v1 svn r633.
Diffstat (limited to 'flash.h')
-rw-r--r--flash.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/flash.h b/flash.h
index 959ef0b..f30ab67 100644
--- a/flash.h
+++ b/flash.h
@@ -13,6 +13,8 @@ struct flashchip {
int (*probe) (struct flashchip * flash);
int (*erase) (struct flashchip * flash);
int (*write) (struct flashchip * flash, char * buf);
+ int fd_mem;
+ volatile char *virt_addr_2;
};
#define AMD_ID 0x01
OpenPOWER on IntegriCloud