Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(244)

Unified Diff: programmer.h

Issue 6877037: Revert MMIO space writes on shutdown as needed. (Closed) Base URL: ssh://gitrw.chromium.org:9222/flashrom.git@master
Patch Set: re-send to notice reviewer Created 9 years, 8 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« nicintel_spi.c ('K') | « nicintel_spi.c ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: programmer.h
diff --git a/programmer.h b/programmer.h
index 373a63df294dc78913950e674f776555198015e8..394de98c0309118dc4c898944ce106f4534acfe5 100644
--- a/programmer.h
+++ b/programmer.h
@@ -320,6 +320,9 @@ uint32_t mmio_le_readl(void *addr);
#define pci_mmio_readb mmio_le_readb
#define pci_mmio_readw mmio_le_readw
#define pci_mmio_readl mmio_le_readl
+void rmmio_writeb(uint8_t val, void *addr);
+void rmmio_writew(uint16_t val, void *addr);
+void rmmio_writel(uint32_t val, void *addr);
/* programmer.c */
int noop_shutdown(void);
« nicintel_spi.c ('K') | « nicintel_spi.c ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698