libhardware: move buffer_handle_t to system/core

Change-Id: I2ed9ff7360086bc3458b2211437c102fee615481
Signed-off-by: Iliyan Malchev <malchev@google.com>
This commit is contained in:
Iliyan Malchev
2011-05-02 18:58:16 -07:00
parent 41693fa555
commit 33c0fe022e

View File

@@ -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