/* * cistpl.c -- 16-bit PCMCIA Card Information Structure parser * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License version 2 as * published by the Free Software Foundation. * * The initial developer of the original code is David A. Hinds * <dahinds@users.sourceforge.net>. Portions created by David A. Hinds * are Copyright (C) 1999 David A. Hinds. All Rights Reserved. * * (C) 1999 David A. Hinds */#include<linux/module.h>#include<linux/moduleparam.h>#include<linux/kernel.h>#include<linux/string.h>#include<linux/major.h>#include<linux/errno.h>#include<linux/timer.h>#include<linux/slab.h>#include<linux/mm.h>#include<linux/pci.h>#include<linux/ioport.h>#include<asm/io.h>#include<asm/byteorder.h>#include<asm/unaligned.h>#include<pcmcia/cs_types.h>#include<pcmcia/ss.h>#include <