summaryrefslogtreecommitdiff
path: root/include/libcamera/internal/semaphore.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/libcamera/internal/semaphore.h')
-rw-r--r--include/libcamera/internal/semaphore.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/include/libcamera/internal/semaphore.h b/include/libcamera/internal/semaphore.h
index 4d93077c..9dc65d29 100644
--- a/include/libcamera/internal/semaphore.h
+++ b/include/libcamera/internal/semaphore.h
@@ -4,8 +4,8 @@
*
* semaphore.h - General-purpose counting semaphore
*/
-#ifndef __LIBCAMERA_SEMAPHORE_H__
-#define __LIBCAMERA_SEMAPHORE_H__
+#ifndef __LIBCAMERA_INTERNAL_SEMAPHORE_H__
+#define __LIBCAMERA_INTERNAL_SEMAPHORE_H__
#include <condition_variable>
@@ -31,4 +31,4 @@ private:
} /* namespace libcamera */
-#endif /* __LIBCAMERA_SEMAPHORE_H__ */
+#endif /* __LIBCAMERA_INTERNAL_SEMAPHORE_H__ */