summaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
authorIliyan Malchev <malchev@google.com>2011-05-02 18:58:16 -0700
committerIliyan Malchev <malchev@google.com>2011-05-03 15:49:54 -0700
commit33c0fe022e166007547d9c7390e7e6dbba5122e7 (patch)
tree0ff86e0a6a8a72d62f387671a1bf322a3d1795ec /include
parent41693fa555101e348a4ab80990b21197347892c1 (diff)
downloadhardware_libhardware-33c0fe022e166007547d9c7390e7e6dbba5122e7.zip
hardware_libhardware-33c0fe022e166007547d9c7390e7e6dbba5122e7.tar.gz
hardware_libhardware-33c0fe022e166007547d9c7390e7e6dbba5122e7.tar.bz2
libhardware: move buffer_handle_t to system/core
Change-Id: I2ed9ff7360086bc3458b2211437c102fee615481 Signed-off-by: Iliyan Malchev <malchev@google.com>
Diffstat (limited to 'include')
-rw-r--r--include/hardware/gralloc.h5
1 files changed, 1 insertions, 4 deletions
diff --git a/include/hardware/gralloc.h b/include/hardware/gralloc.h
index d0aa707..6b37326 100644
--- a/include/hardware/gralloc.h
+++ b/include/hardware/gralloc.h
@@ -18,8 +18,7 @@
#ifndef ANDROID_GRALLOC_INTERFACE_H
#define ANDROID_GRALLOC_INTERFACE_H
-#include <cutils/native_handle.h>
-
+#include <system/window.h>
#include <hardware/hardware.h>
#include <stdint.h>
@@ -95,8 +94,6 @@ enum {
/*****************************************************************************/
-typedef const native_handle_t* buffer_handle_t;
-
/**
* Every hardware module must have a data structure named HAL_MODULE_INFO_SYM
* and the fields of this data structure must begin with hw_module_t