summaryrefslogtreecommitdiffstats
path: root/modules/gralloc/gr.h
diff options
context:
space:
mode:
Diffstat (limited to 'modules/gralloc/gr.h')
-rw-r--r--modules/gralloc/gr.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/modules/gralloc/gr.h b/modules/gralloc/gr.h
index 1775bfa..3a43aa7 100644
--- a/modules/gralloc/gr.h
+++ b/modules/gralloc/gr.h
@@ -42,6 +42,7 @@ inline size_t roundUpToPageSize(size_t x) {
int mapFrameBufferLocked(struct private_module_t* module);
int terminateBuffer(gralloc_module_t const* module, private_handle_t* hnd);
+int mapBuffer(gralloc_module_t const* module, private_handle_t* hnd);
/*****************************************************************************/