commit | 9bfdd96262335949d08507f97e7d10f60314c26e | [log] [tgz] |
---|---|---|
author | Ian Abbott <abbotti@mev.co.uk> | Fri Aug 31 20:41:48 2012 +0100 |
committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | Tue Sep 04 12:00:42 2012 -0700 |
tree | 1ce735a4f68320a163dc21455e71a53139af9443 | |
parent | 7c2b231520836df359f83e819ffeba4f5e0e23ad [diff] |
staging: comedi: das08: Add helper functions to check bus type Add inline helper function `is_isa_board(board)` to check if the driver supports ISA boards and this is an ISA board, and `is_pci_board(board)` to check if the driver supports PCI boards and this is a PCI board. Signed-off-by: Ian Abbott <abbotti@mev.co.uk> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>