We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent add452d commit 3ba84acCopy full SHA for 3ba84ac
drivers/staging/gpib/nec7210/Makefile
@@ -0,0 +1,4 @@
1
+
2
+obj-m += nec7210.o
3
4
drivers/staging/gpib/nec7210/board.h
@@ -0,0 +1,19 @@
+/* SPDX-License-Identifier: GPL-2.0 */
+/***************************************************************************
+ * 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
0 commit comments