diff options
Diffstat (limited to 'overlay/include')
-rw-r--r-- | overlay/include/hardware/gralloc.h | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/overlay/include/hardware/gralloc.h b/overlay/include/hardware/gralloc.h index 8ddc5dd..86a0bdf 100644 --- a/overlay/include/hardware/gralloc.h +++ b/overlay/include/hardware/gralloc.h @@ -201,10 +201,7 @@ typedef struct gralloc_module_t { int (*unlock)(struct gralloc_module_t const* module, buffer_handle_t handle); -#ifdef EXYNOS4210_ENHANCEMENTS - int (*getphys) (struct gralloc_module_t const* module, - buffer_handle_t handle, void** paddr); -#endif + int (*ion_getphys) (); /* reserved for future use */ int (*perform)(struct gralloc_module_t const* module, |