summaryrefslogtreecommitdiffstats
path: root/driver/int.c
diff options
context:
space:
mode:
authorSuren A. Chilingaryan <csa@suren.me>2024-06-18 23:59:02 +0200
committerSuren A. Chilingaryan <csa@suren.me>2024-06-18 23:59:02 +0200
commitedd98859027a0f970cbccedb4180a7893556350e (patch)
treeee76cf38ae7257aaa25cc49d34d4559b846be52d /driver/int.c
parent41e2dee6a212073beef2ef7d5d9fca8ed1845005 (diff)
downloadpcitool-master.tar.gz
pcitool-master.tar.bz2
pcitool-master.tar.xz
pcitool-master.zip
Support for kernels 6.x: compilation tested on Ubuntu 23.10 & 24.04 & operation on Debian 12.5. This still might contain incompatibilities for some earlier kernel versions as I was relaying on ChatGPT to find which exact kernel version was introducing particular changesHEADmaster
Diffstat (limited to 'driver/int.c')
-rw-r--r--driver/int.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/driver/int.c b/driver/int.c
index 4bbfb26..08b90e5 100644
--- a/driver/int.c
+++ b/driver/int.c
@@ -16,7 +16,7 @@
#include <linux/cdev.h>
#include <linux/wait.h>
#include <linux/sched.h>
-#include <stdbool.h>
+//#include <stdbool.h>
#include "base.h"