From 7ceb74fa28415ad6ea7f359d1c7a4914a952ad4c Mon Sep 17 00:00:00 2001 From: Todor Tomov Date: Tue, 25 Jan 2011 17:46:41 +0200 Subject: Move printing functions to main.c Move printing and helper functions to media-ctl application source. Signed-off-by: Todor Tomov --- subdev.h | 6 ------ 1 file changed, 6 deletions(-) (limited to 'subdev.h') diff --git a/subdev.h b/subdev.h index f529794..7c1733d 100644 --- a/subdev.h +++ b/subdev.h @@ -24,9 +24,6 @@ struct media_entity; -const char *pixelcode_to_string(enum v4l2_mbus_pixelcode code); -enum v4l2_mbus_pixelcode string_to_pixelcode(const char *string, - unsigned int length); int v4l2_subdev_get_format(struct media_entity *entity, struct v4l2_mbus_framefmt *format, unsigned int pad, @@ -41,8 +38,5 @@ int v4l2_subdev_set_crop(struct media_entity *entity, struct v4l2_rect *rect, int v4l2_subdev_set_frame_interval(struct media_entity *entity, struct v4l2_fract *interval); -void v4l2_subdev_print_format(struct media_entity *entity, - unsigned int pad, enum v4l2_subdev_format_whence which); - #endif -- cgit v1.2.3