cs.c (05668381140309088443bf5dc53add4104610fbb) | cs.c (7dfb71030f7636a0d65200158113c37764552f93) |
---|---|
1/* 2 * cs.c -- Kernel Card Services - core services 3 * 4 * This program is free software; you can redistribute it and/or modify 5 * it under the terms of the GNU General Public License version 2 as 6 * published by the Free Software Foundation. 7 * 8 * The initial developer of the original code is David A. Hinds --- 15 unchanged lines hidden (view full) --- 24#include <linux/interrupt.h> 25#include <linux/timer.h> 26#include <linux/ioport.h> 27#include <linux/delay.h> 28#include <linux/pm.h> 29#include <linux/pci.h> 30#include <linux/device.h> 31#include <linux/kthread.h> | 1/* 2 * cs.c -- Kernel Card Services - core services 3 * 4 * This program is free software; you can redistribute it and/or modify 5 * it under the terms of the GNU General Public License version 2 as 6 * published by the Free Software Foundation. 7 * 8 * The initial developer of the original code is David A. Hinds --- 15 unchanged lines hidden (view full) --- 24#include <linux/interrupt.h> 25#include <linux/timer.h> 26#include <linux/ioport.h> 27#include <linux/delay.h> 28#include <linux/pm.h> 29#include <linux/pci.h> 30#include <linux/device.h> 31#include <linux/kthread.h> |
32#include <linux/freezer.h> |
|
32#include <asm/system.h> 33#include <asm/irq.h> 34 35#define IN_CARD_SERVICES 36#include <pcmcia/cs_types.h> 37#include <pcmcia/ss.h> 38#include <pcmcia/cs.h> 39#include <pcmcia/bulkmem.h> --- 921 unchanged lines hidden --- | 33#include <asm/system.h> 34#include <asm/irq.h> 35 36#define IN_CARD_SERVICES 37#include <pcmcia/cs_types.h> 38#include <pcmcia/ss.h> 39#include <pcmcia/cs.h> 40#include <pcmcia/bulkmem.h> --- 921 unchanged lines hidden --- |