diff options
author | Stefan Reinauer <stepan@coresystems.de> | 2010-01-16 17:50:55 +0000 |
---|---|---|
committer | Stefan Reinauer <stepan@openbios.org> | 2010-01-16 17:50:55 +0000 |
commit | 984e0f3a0c3a82339ef8afcf7f315f377e0c81fc (patch) | |
tree | 392db09746292a1171b9953810a106d7166394fc /util/ectool/ec.h | |
parent | 350ca4a94faa4f35b0b63045f9c7132c2801e1b8 (diff) | |
download | coreboot-984e0f3a0c3a82339ef8afcf7f315f377e0c81fc.tar.xz |
ectool: Support for dumping EC "index ram"
Signed-off-by: Stefan Reinauer <stepan@coresystems.de>
Acked-by: Ronald G. Minnich <rminnich@gmail.com>
git-svn-id: svn://svn.coreboot.org/coreboot/trunk@5021 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1
Diffstat (limited to 'util/ectool/ec.h')
-rw-r--r-- | util/ectool/ec.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/util/ectool/ec.h b/util/ectool/ec.h index b06816de45..7400778117 100644 --- a/util/ectool/ec.h +++ b/util/ectool/ec.h @@ -47,4 +47,5 @@ int send_ec_data_nowait(uint8_t data); uint8_t recv_ec_data(void); uint8_t ec_read(uint8_t addr); +uint8_t ec_idx_read(uint16_t addr); #endif |