1 /* SPDX-License-Identifier: GPL-2.0 */ 2 3 /*************************************************************************** 4 * copyright : (C) 2001, 2002 by Frank Mori Hess 5 ***************************************************************************/ 6 7 #ifndef _GPIB_PCIIA_BOARD_H 8 #define _GPIB_PCIIA_BOARD_H 9 10 #include "gpibP.h" 11 #include <linux/io.h> 12 #include <linux/module.h> 13 #include <linux/sched.h> 14 #include <linux/delay.h> 15 16 #include "nec7210.h" 17 18 #endif //_GPIB_PCIIA_BOARD_H 19 20