summaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
authorBrian Carlstrom <bdc@google.com>2013-05-14 21:59:53 -0700
committerBrian Carlstrom <bdc@google.com>2013-05-14 21:59:53 -0700
commita817ff9cf61daeb69e8b8382c80677e3e5c573a9 (patch)
tree58d297721a7085f2260605bb564c8ad2fe76e7d8 /include
parentac5cf925f86706d2bf89948e7cd3379376185d3b (diff)
parent07db297045b33d5c0aaa37194da1616d764edd26 (diff)
downloadsystem_core-a817ff9cf61daeb69e8b8382c80677e3e5c573a9.zip
system_core-a817ff9cf61daeb69e8b8382c80677e3e5c573a9.tar.gz
system_core-a817ff9cf61daeb69e8b8382c80677e3e5c573a9.tar.bz2
resolved conflicts for merge of 07db2970 to jb-mr2-dev-plus-aosp
Change-Id: Idf344a1fc7e2f8ec76232ae14a00298ddd322a55
Diffstat (limited to 'include')
-rw-r--r--include/corkscrew/map_info.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/include/corkscrew/map_info.h b/include/corkscrew/map_info.h
index c9b241d..14bfad6 100644
--- a/include/corkscrew/map_info.h
+++ b/include/corkscrew/map_info.h
@@ -63,6 +63,10 @@ map_info_t* acquire_my_map_info_list();
* previous acquired using acquire_my_map_info_list(). */
void release_my_map_info_list(map_info_t* milist);
+/* Flushes the cached memory map so the next call to
+ * acquire_my_map_info_list() gets fresh data. */
+void flush_my_map_info_list();
+
#ifdef __cplusplus
}
#endif