soc_common.h (b7e56edba4b02f2079042c326a8cd72a44635817) | soc_common.h (ac8b422838046ffc26be4874a3cbae0d313f4209) |
---|---|
1/* 2 * linux/drivers/pcmcia/soc_common.h 3 * 4 * Copyright (C) 2000 John G Dorsey <john+@cs.cmu.edu> 5 * 6 * This file contains definitions for the PCMCIA support code common to 7 * integrated SOCs like the SA-11x0 and PXA2xx microprocessors. 8 */ 9#ifndef _ASM_ARCH_PCMCIA 10#define _ASM_ARCH_PCMCIA 11 12/* include the world */ 13#include <linux/cpufreq.h> | 1/* 2 * linux/drivers/pcmcia/soc_common.h 3 * 4 * Copyright (C) 2000 John G Dorsey <john+@cs.cmu.edu> 5 * 6 * This file contains definitions for the PCMCIA support code common to 7 * integrated SOCs like the SA-11x0 and PXA2xx microprocessors. 8 */ 9#ifndef _ASM_ARCH_PCMCIA 10#define _ASM_ARCH_PCMCIA 11 12/* include the world */ 13#include <linux/cpufreq.h> |
14#include <pcmcia/cs_types.h> | |
15#include <pcmcia/cs.h> 16#include <pcmcia/ss.h> 17#include <pcmcia/cistpl.h> 18 19 20struct device; 21struct pcmcia_low_level; 22 --- 169 unchanged lines hidden --- | 14#include <pcmcia/cs.h> 15#include <pcmcia/ss.h> 16#include <pcmcia/cistpl.h> 17 18 19struct device; 20struct pcmcia_low_level; 21 --- 169 unchanged lines hidden --- |