mempool test: iterate from page size
[librseq.git] / src / rseq-utils.h
index f6749d3c24e3da32820dca1cfc07b52d4d6a05d7..4c1ea33f66f45feabf52c7eab02f40c5d582df14 100644 (file)
@@ -1,8 +1,11 @@
 // SPDX-License-Identifier: MIT
 // SPDX-FileCopyrightText: 2024 Mathieu Desnoyers <mathieu.desnoyers@efficios.com>
 
-#ifndef _RSEQ_UTILS_H
-#define _RSEQ_UTILS_H
+#ifndef _RSEQ_COMMON_UTILS_H
+#define _RSEQ_COMMON_UTILS_H
+
+#include <stdbool.h>
+#include <stdint.h>
 
 #define RSEQ_ARRAY_SIZE(arr) (sizeof(arr) / sizeof((arr)[0]))
 
@@ -131,4 +134,4 @@ off_t offset_align(uintptr_t p, size_t alignment)
        return (alignment - p) & (alignment - 1);
 }
 
-#endif /* _RSEQ_UTILS_H */
+#endif /* _RSEQ_COMMON_UTILS_H */
This page took 0.023071 seconds and 4 git commands to generate.