From 7dfa2cbde371c14d168bba44e3d50963d7338aa7 Mon Sep 17 00:00:00 2001 From: Mauro Carvalho Chehab Date: Mon, 16 Jun 2008 10:13:24 -0300 Subject: rename bttv-dbg to v4l-board-dbg in order to make it more generic From: Mauro Carvalho Chehab Signed-off-by: Mauro Carvalho Chehab --- v4l2-apps/util/v4l-board-dbg.h | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) create mode 100644 v4l2-apps/util/v4l-board-dbg.h (limited to 'v4l2-apps/util/v4l-board-dbg.h') diff --git a/v4l2-apps/util/v4l-board-dbg.h b/v4l2-apps/util/v4l-board-dbg.h new file mode 100644 index 000000000..c5f744f49 --- /dev/null +++ b/v4l2-apps/util/v4l-board-dbg.h @@ -0,0 +1,21 @@ +/* + Copyright (C) 2008 Mauro Carvalho Chehab + This program is free software; you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation version 2 of the License. + + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + + You should have received a copy of the GNU General Public License + along with this program; if not, write to the Free Software + Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA + */ + +struct board_regs { + unsigned int reg; + char *name; + int size; +}; -- cgit v1.2.3 From 351571009d31ec584cada4c5a8c0707271dea4ed Mon Sep 17 00:00:00 2001 From: Mauro Carvalho Chehab Date: Mon, 16 Jun 2008 17:41:25 -0300 Subject: v4l-board-dbg: Add support for saa7134 registers From: Mauro Carvalho Chehab Signed-off-by: Mauro Carvalho Chehab --- v4l2-apps/util/v4l-board-dbg.h | 3 +++ 1 file changed, 3 insertions(+) (limited to 'v4l2-apps/util/v4l-board-dbg.h') diff --git a/v4l2-apps/util/v4l-board-dbg.h b/v4l2-apps/util/v4l-board-dbg.h index c5f744f49..5d040812d 100644 --- a/v4l2-apps/util/v4l-board-dbg.h +++ b/v4l2-apps/util/v4l-board-dbg.h @@ -14,8 +14,11 @@ Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA */ +#ifndef _V4L_BOARD_DBG +#define _V4L_BOARD_DBG struct board_regs { unsigned int reg; char *name; int size; }; +#endif \ No newline at end of file -- cgit v1.2.3