Просмотр исходного кода

libdpkg: Add new DPKG_BIT macro

Guillem Jover лет назад: 14
Родитель
Сommit
8636dd4283
1 измененных файлов с 7 добавлено и 0 удалено
  1. 7 0
      lib/dpkg/macros.h

+ 7 - 0
lib/dpkg/macros.h

@@ -88,6 +88,13 @@
 #define DPKG_END_DECLS
 #endif
 
+/**
+ * @def DPKG_BIT
+ *
+ * Return the integer value of bit n.
+ */
+#define DPKG_BIT(n)	(1UL << (n))
+
 /**
  * @def array_count
  *