summaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
authorcodeworkx <codeworkx@cyanogenmod.org>2012-11-26 23:49:25 +0100
committercodeworkx <codeworkx@cyanogenmod.org>2012-11-26 23:49:25 +0100
commit7db063a544bb1acd902f7c752f9e769c5bc0caf9 (patch)
treecf90641ebc9ff27c7e52fb95516da867cec3dd7d /include
parent7d283431efffc4402cb1a6cacf5da64729c883bb (diff)
downloadframeworks_native-7db063a544bb1acd902f7c752f9e769c5bc0caf9.zip
frameworks_native-7db063a544bb1acd902f7c752f9e769c5bc0caf9.tar.gz
frameworks_native-7db063a544bb1acd902f7c752f9e769c5bc0caf9.tar.bz2
ui: exynos4: getphys is common
Change-Id: I1dc9c2ced0700072e7c30c8435676873b10c7026
Diffstat (limited to 'include')
-rw-r--r--include/ui/GraphicBufferMapper.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/ui/GraphicBufferMapper.h b/include/ui/GraphicBufferMapper.h
index 39021f8..1fdecab 100644
--- a/include/ui/GraphicBufferMapper.h
+++ b/include/ui/GraphicBufferMapper.h
@@ -47,7 +47,7 @@ public:
status_t unlock(buffer_handle_t handle);
-#ifdef EXYNOS4210_ENHANCEMENTS
+#ifdef EXYNOS4_ENHANCEMENTS
status_t getphys(buffer_handle_t handle, void** paddr);
#endif