aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMartin Mares <mj@ucw.cz>2024-02-18 12:07:50 +0100
committerMartin Mares <mj@ucw.cz>2024-02-18 12:07:50 +0100
commit1ffd04a805a5b72fdc95748401225c285493d65a (patch)
tree03da23fda542b13fcbf09565e5369ba26bdad232
parente52b479ab014d41b5fc64a9858fc79f66e1901dc (diff)
downloadpciutils-1ffd04a805a5b72fdc95748401225c285493d65a.tar.gz
bitops.h moved to root
It is a part of the utilities, not of libpci.
-rw-r--r--bitops.h (renamed from lib/bitops.h)0
-rw-r--r--lmr/lmr.h1
-rw-r--r--pciutils.h2
3 files changed, 1 insertions, 2 deletions
diff --git a/lib/bitops.h b/bitops.h
index 029741e..029741e 100644
--- a/lib/bitops.h
+++ b/bitops.h
diff --git a/lmr/lmr.h b/lmr/lmr.h
index f728fca..7375c33 100644
--- a/lmr/lmr.h
+++ b/lmr/lmr.h
@@ -14,7 +14,6 @@
#include <stdbool.h>
#include "pciutils.h"
-#include "lib/bitops.h"
#define MARGIN_STEP_MS 1000
diff --git a/pciutils.h b/pciutils.h
index 9e85089..036f0dc 100644
--- a/pciutils.h
+++ b/pciutils.h
@@ -10,7 +10,7 @@
#include "lib/pci.h"
#include "lib/sysdep.h"
-#include "lib/bitops.h"
+#include "bitops.h"
/*
* gcc predefines macro __MINGW32__ for all MinGW targets.