diff options
author | codeworkx <codeworkx@cyanogenmod.org> | 2012-11-26 23:49:25 +0100 |
---|---|---|
committer | codeworkx <codeworkx@cyanogenmod.org> | 2012-11-26 23:49:25 +0100 |
commit | 7db063a544bb1acd902f7c752f9e769c5bc0caf9 (patch) | |
tree | cf90641ebc9ff27c7e52fb95516da867cec3dd7d /include | |
parent | 7d283431efffc4402cb1a6cacf5da64729c883bb (diff) | |
download | frameworks_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.h | 2 |
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 |