Skip to content

Commit

Permalink
staging: gpib: Add GPIB common core driver
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
Dave Penkler authored and Greg Kroah-Hartman committed Oct 10, 2024
1 parent 2da03e7 commit 9dde455
Show file tree
Hide file tree
Showing 4 changed files with 3,094 additions and 0 deletions.
6 changes: 6 additions & 0 deletions drivers/staging/gpib/common/Makefile
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@

obj-m += gpib_common.o

gpib_common-objs := gpib_os.o iblib.o


Loading

0 comments on commit 9dde455

Please sign in to comment.