~ubuntu-branches/ubuntu/quantal/zaptel/quantal

« back to all changes in this revision

Viewing changes to wcte11xp.c

  • Committer: Bazaar Package Importer
  • Author(s): Mark Purcell
  • Date: 2006-10-24 22:41:01 UTC
  • mfrom: (1.1.7 upstream)
  • Revision ID: james.westby@ubuntu.com-20061024224101-464p4n2jk16n1jrh
Tags: 1:1.2.10.dfsg-2
* bristuff-0.3.0-PRE-1v
* Remove redundant GPL LICENCE text

Show diffs side-by-side

added added

removed removed

Lines of Context:
23
23
 * along with this program; if not, write to the Free Software
24
24
 * Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. 
25
25
 *
26
 
 * $Id: wcte11xp.c 837 2005-11-29 18:42:08Z kpfleming $
 
26
 * $Id: wcte11xp.c 1359 2006-08-27 02:02:42Z kpfleming $
27
27
 */
28
28
 
29
29
#include <linux/kernel.h>
43
43
#include <linux/moduleparam.h>
44
44
#endif
45
45
 
46
 
#include "wct4xxp.h"    /* For certain definitions */
 
46
/* XXX: fix this */
 
47
#include "wct4xxp/wct4xxp.h"    /* For certain definitions */
47
48
 
48
49
#define WC_MAX_CARDS    32
49
50