libhardware: Add camera_info typedef

Change-Id: Icfc0b2dc7739313a6266938f0e2b46fa823ba61e
This commit is contained in:
Alex Ray
2013-02-07 15:44:24 -08:00
parent 1144bea332
commit 71cb21980a

View File

@@ -89,7 +89,7 @@ __BEGIN_DECLS
*/
typedef struct camera_metadata camera_metadata_t;
struct camera_info {
typedef struct camera_info {
/**
* The direction that the camera faces to. It should be CAMERA_FACING_BACK
* or CAMERA_FACING_FRONT.
@@ -153,7 +153,7 @@ struct camera_info {
*
*/
const camera_metadata_t *static_camera_characteristics;
};
} camera_info_t;
typedef struct camera_module {
hw_module_t common;