diff options
author | Lars Heer <l.heer@gmx.de> | 2013-09-18 05:59:02 +0200 |
---|---|---|
committer | Lars Heer <l.heer@gmx.de> | 2013-09-18 05:59:02 +0200 |
commit | 4d09442efcd8c158999685831720919a705f3d98 (patch) | |
tree | 5a164f4441f56ab0df1d0ad24a97701e3b29dd3d /mcast/dvbloop/.svn/text-base/dvblo_char.h.svn-base | |
parent | 079f1dc39df7faabf0d1a846b4df0525b9491a87 (diff) | |
download | vdr-plugin-mcli-4d09442efcd8c158999685831720919a705f3d98.tar.gz vdr-plugin-mcli-4d09442efcd8c158999685831720919a705f3d98.tar.bz2 |
removed obsolete .svn directories
Diffstat (limited to 'mcast/dvbloop/.svn/text-base/dvblo_char.h.svn-base')
-rw-r--r-- | mcast/dvbloop/.svn/text-base/dvblo_char.h.svn-base | 33 |
1 files changed, 0 insertions, 33 deletions
diff --git a/mcast/dvbloop/.svn/text-base/dvblo_char.h.svn-base b/mcast/dvbloop/.svn/text-base/dvblo_char.h.svn-base deleted file mode 100644 index 41f5744..0000000 --- a/mcast/dvbloop/.svn/text-base/dvblo_char.h.svn-base +++ /dev/null @@ -1,33 +0,0 @@ -/* dvbloop - A DVB Loopback Device - * Copyright (C) 2006 Christian Praehauser, Deti Fliegl - ----------------------------------------- - * File: dvblo_char.h - * Desc: Char device support for dvblo - * Date: October 2006 - * Author: Christian Praehauser <cpreahaus@cosy.sbg.ac.at>, Deti Fliegl <deti@fliegl.de> - * - * This file is released under the GPLv2. - */ - -#ifndef _DVBLO_CHAR_H_ -#define _DVBLO_CHAR_H_ - -#include "dvblo.h" -#include "dvblo_adap.h" - -/** - * Maximum number of devices - */ -#define DVBLO_CHAR_DEVMAX 8 -struct dvblo_chardev_config -{ - - /// The configuration for the corresponding virtual DVB adapter - struct dvblo_adap_config dvbcfg; -}; -int dvblo_char_init (void); -int dvblo_char_exit (void); -int dvblo_char_add_dev (struct dvblo_chardev_config *cfg, unsigned int *devnum_out); -int dvblo_char_del_dev (unsigned int devnum); - -#endif /* _DVBLO_CHAR_H_ */ |