diff options
author | Suren A. Chilingaryan <csa@suren.me> | 2024-06-18 23:59:02 +0200 |
---|---|---|
committer | Suren A. Chilingaryan <csa@suren.me> | 2024-06-18 23:59:02 +0200 |
commit | edd98859027a0f970cbccedb4180a7893556350e (patch) | |
tree | ee76cf38ae7257aaa25cc49d34d4559b846be52d /driver/int.c | |
parent | 41e2dee6a212073beef2ef7d5d9fca8ed1845005 (diff) | |
download | pcitool-edd98859027a0f970cbccedb4180a7893556350e.tar.gz pcitool-edd98859027a0f970cbccedb4180a7893556350e.tar.bz2 pcitool-edd98859027a0f970cbccedb4180a7893556350e.tar.xz pcitool-edd98859027a0f970cbccedb4180a7893556350e.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.c | 2 |
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" |