]> git.ipfire.org Git - thirdparty/pciutils.git/commitdiff
bitops.h moved to root
authorMartin Mares <mj@ucw.cz>
Sun, 18 Feb 2024 11:07:50 +0000 (12:07 +0100)
committerMartin Mares <mj@ucw.cz>
Sun, 18 Feb 2024 11:07:50 +0000 (12:07 +0100)
It is a part of the utilities, not of libpci.

bitops.h [moved from lib/bitops.h with 100% similarity]
lmr/lmr.h
pciutils.h

similarity index 100%
rename from lib/bitops.h
rename to bitops.h
index f728fca78d1e8ab9d0ea8d00ccf103a1a67d7e8a..7375c33f6358a7b676c4c00daee000309aa0fc78 100644 (file)
--- 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
 
index 9e8508900fcdc8829bbd580144636708a4808791..036f0dc9e78c187bccca43bd83391b4d31616a3b 100644 (file)
@@ -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.