tcic.c (e37c83c06c2690157a989df40dc99a6b61c9ea15) | tcic.c (ac8b422838046ffc26be4874a3cbae0d313f4209) |
---|---|
1/*====================================================================== 2 3 Device driver for Databook TCIC-2 PCMCIA controller 4 5 tcic.c 1.111 2000/02/15 04:13:12 6 7 The contents of this file are subject to the Mozilla Public 8 License Version 1.1 (the "License"); you may not use this file --- 35 unchanged lines hidden (view full) --- 44#include <linux/delay.h> 45#include <linux/workqueue.h> 46#include <linux/platform_device.h> 47#include <linux/bitops.h> 48 49#include <asm/io.h> 50#include <asm/system.h> 51 | 1/*====================================================================== 2 3 Device driver for Databook TCIC-2 PCMCIA controller 4 5 tcic.c 1.111 2000/02/15 04:13:12 6 7 The contents of this file are subject to the Mozilla Public 8 License Version 1.1 (the "License"); you may not use this file --- 35 unchanged lines hidden (view full) --- 44#include <linux/delay.h> 45#include <linux/workqueue.h> 46#include <linux/platform_device.h> 47#include <linux/bitops.h> 48 49#include <asm/io.h> 50#include <asm/system.h> 51 |
52#include <pcmcia/cs_types.h> | |
53#include <pcmcia/cs.h> 54#include <pcmcia/ss.h> 55#include "tcic.h" 56 57MODULE_AUTHOR("David Hinds <dahinds@users.sourceforge.net>"); 58MODULE_DESCRIPTION("Databook TCIC-2 PCMCIA socket driver"); 59MODULE_LICENSE("Dual MPL/GPL"); 60 --- 751 unchanged lines hidden --- | 52#include <pcmcia/cs.h> 53#include <pcmcia/ss.h> 54#include "tcic.h" 55 56MODULE_AUTHOR("David Hinds <dahinds@users.sourceforge.net>"); 57MODULE_DESCRIPTION("Databook TCIC-2 PCMCIA socket driver"); 58MODULE_LICENSE("Dual MPL/GPL"); 59 --- 751 unchanged lines hidden --- |