Skip to content

Commit

Permalink
staging: gpib: Add nec7210 GPIB chip driver
Browse files Browse the repository at this point in the history
Low level Chip driver for NEC7210 and compatible based boards.

Signed-off-by: Dave Penkler <dpenkler@gmail.com>
Link: https://lore.kernel.org/r/20240918121908.19366-8-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 add452d commit 3ba84ac
Show file tree
Hide file tree
Showing 3 changed files with 1,154 additions and 0 deletions.
4 changes: 4 additions & 0 deletions drivers/staging/gpib/nec7210/Makefile
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@

obj-m += nec7210.o


19 changes: 19 additions & 0 deletions drivers/staging/gpib/nec7210/board.h
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
/* SPDX-License-Identifier: GPL-2.0 */

/***************************************************************************
* copyright : (C) 2001, 2002 by Frank Mori Hess
***************************************************************************/

#ifndef _GPIB_PCIIA_BOARD_H
#define _GPIB_PCIIA_BOARD_H

#include "gpibP.h"
#include <linux/io.h>
#include <linux/module.h>
#include <linux/sched.h>
#include <linux/delay.h>

#include "nec7210.h"

#endif //_GPIB_PCIIA_BOARD_H

Loading

0 comments on commit 3ba84ac

Please sign in to comment.