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

Unified Diff: hwaccess.c

Issue 6731011: Add Tegra2 SPI controller. (Closed) Base URL: ssh://git@gitrw.chromium.org:9222/flashrom.git@master
Patch Set: refine comments Created 9 years, 9 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
Index: hwaccess.c
diff --git a/hwaccess.c b/hwaccess.c
index bbb91a6624e2634e570600ee124ccd58af619779..2afdad0635d1caf219b11d5b78b2641917bb49ae 100644
--- a/hwaccess.c
+++ b/hwaccess.c
@@ -116,6 +116,20 @@ void release_io_perms(void)
{
}
+#elif defined (__arm__)
+
+static inline void sync_primitive(void)
+{
+}
+
+void get_io_perms(void)
+{
+}
+
+void release_io_perms(void)
+{
+}
+
#else
#error Unknown architecture

Powered by Google App Engine
This is Rietveld 408576698