Skip to content

Commit 9dde455

Browse files
dpenklergregkh
authored andcommitted
staging: gpib: Add GPIB common core driver
This is the common core driver that interfaces with the userland code and creates the gpib device files. Signed-off-by: Dave Penkler <dpenkler@gmail.com> Link: https://lore.kernel.org/r/20240918121908.19366-6-dpenkler@gmail.com Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
1 parent 2da03e7 commit 9dde455

File tree

4 files changed

+3094
-0
lines changed

4 files changed

+3094
-0
lines changed
Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
2+
obj-m += gpib_common.o
3+
4+
gpib_common-objs := gpib_os.o iblib.o
5+
6+

0 commit comments

Comments
 (0)