m-chrzan.xyz
aboutsummaryrefslogtreecommitdiff
path: root/char.h
diff options
context:
space:
mode:
Diffstat (limited to 'char.h')
-rw-r--r--char.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/char.h b/char.h
index 31e82a2..a708023 100644
--- a/char.h
+++ b/char.h
@@ -3,8 +3,10 @@
#include <linux/pci.h>
+#include "pci.h"
+
int new_doomdev(struct pci_dev *dev);
-void destroy_doomdev(struct pci_dev *dev);
+void destroy_doomdev(struct doom_data *doom_data);
int char_init(void);
void char_cleanup(void);