ss.h (ce3f9d71bd9c4268698109ad425625a2a8f51e22) | ss.h (ac8b422838046ffc26be4874a3cbae0d313f4209) |
---|---|
1/* 2 * ss.h 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 --- 5 unchanged lines hidden (view full) --- 14 15#ifndef _LINUX_SS_H 16#define _LINUX_SS_H 17 18#include <linux/device.h> 19#include <linux/sched.h> /* task_struct, completion */ 20#include <linux/mutex.h> 21 | 1/* 2 * ss.h 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 --- 5 unchanged lines hidden (view full) --- 14 15#ifndef _LINUX_SS_H 16#define _LINUX_SS_H 17 18#include <linux/device.h> 19#include <linux/sched.h> /* task_struct, completion */ 20#include <linux/mutex.h> 21 |
22#include <pcmcia/cs_types.h> | |
23#include <pcmcia/cs.h> 24#ifdef CONFIG_CARDBUS 25#include <linux/pci.h> 26#endif 27 28/* Definitions for card status flags for GetStatus */ 29#define SS_WRPROT 0x0001 30#define SS_CARDLOCK 0x0002 --- 238 unchanged lines hidden --- | 22#include <pcmcia/cs.h> 23#ifdef CONFIG_CARDBUS 24#include <linux/pci.h> 25#endif 26 27/* Definitions for card status flags for GetStatus */ 28#define SS_WRPROT 0x0001 29#define SS_CARDLOCK 0x0002 --- 238 unchanged lines hidden --- |