Merge "libhardware: Add camera_info typedef"

This commit is contained in:
Alex Ray 2013-02-13 23:58:41 +00:00 committed by Android (Google) Code Review
commit c87ae32b27

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;