mirror of
https://mirrors.bfsu.edu.cn/git/linux.git
synced 2025-01-07 06:14:24 +08:00
staging: comedi: plx9080.h: include headers for declarations
Add `#include` lines to declare stuff used by "plx9080.h" itself. Signed-off-by: Ian Abbott <abbotti@mev.co.uk> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
This commit is contained in:
parent
6a64877f63
commit
52caeb4ad1
@ -19,6 +19,13 @@
|
||||
#ifndef __COMEDI_PLX9080_H
|
||||
#define __COMEDI_PLX9080_H
|
||||
|
||||
#include <linux/compiler.h>
|
||||
#include <linux/types.h>
|
||||
#include <linux/bitops.h>
|
||||
#include <linux/delay.h>
|
||||
#include <linux/errno.h>
|
||||
#include <linux/io.h>
|
||||
|
||||
/**
|
||||
* struct plx_dma_desc - DMA descriptor format for PLX PCI 9080
|
||||
* @pci_start_addr: PCI Bus address for transfer (DMAPADR).
|
||||
|
Loading…
Reference in New Issue
Block a user