rsrc_iodyn.c (5716d415f8c5a17d44f6e1d5a1e4998f7306a93b) | rsrc_iodyn.c (ac8b422838046ffc26be4874a3cbae0d313f4209) |
---|---|
1/* 2 * rsrc_iodyn.c -- Resource management routines for MEM-static sockets. 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 9 * <dahinds@users.sourceforge.net>. Portions created by David A. Hinds 10 * are Copyright (C) 1999 David A. Hinds. All Rights Reserved. 11 * 12 * (C) 1999 David A. Hinds 13 */ 14 15#include <linux/slab.h> 16#include <linux/module.h> 17#include <linux/kernel.h> 18 | 1/* 2 * rsrc_iodyn.c -- Resource management routines for MEM-static sockets. 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 9 * <dahinds@users.sourceforge.net>. Portions created by David A. Hinds 10 * are Copyright (C) 1999 David A. Hinds. All Rights Reserved. 11 * 12 * (C) 1999 David A. Hinds 13 */ 14 15#include <linux/slab.h> 16#include <linux/module.h> 17#include <linux/kernel.h> 18 |
19#include <pcmcia/cs_types.h> | |
20#include <pcmcia/ss.h> 21#include <pcmcia/cs.h> 22#include <pcmcia/cistpl.h> 23#include "cs_internal.h" 24 25 26struct pcmcia_align_data { 27 unsigned long mask; --- 143 unchanged lines hidden --- | 19#include <pcmcia/ss.h> 20#include <pcmcia/cs.h> 21#include <pcmcia/cistpl.h> 22#include "cs_internal.h" 23 24 25struct pcmcia_align_data { 26 unsigned long mask; --- 143 unchanged lines hidden --- |