From d7ac0204c65b576978354f3767e8a8f29211424d Mon Sep 17 00:00:00 2001 From: Marcin Chrzanowski Date: Fri, 18 May 2018 14:23:53 +0200 Subject: Define private surface data --- char.h | 1 + 1 file changed, 1 insertion(+) (limited to 'char.h') diff --git a/char.h b/char.h index a708023..63152a1 100644 --- a/char.h +++ b/char.h @@ -4,6 +4,7 @@ #include #include "pci.h" +#include "private_data.h" int new_doomdev(struct pci_dev *dev); void destroy_doomdev(struct doom_data *doom_data); -- cgit v1.2.3