summaryrefslogtreecommitdiff
path: root/include/libcamera/internal/device_enumerator_sysfs.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/libcamera/internal/device_enumerator_sysfs.h')
-rw-r--r--include/libcamera/internal/device_enumerator_sysfs.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/include/libcamera/internal/device_enumerator_sysfs.h b/include/libcamera/internal/device_enumerator_sysfs.h
index a63e737a..2112bc54 100644
--- a/include/libcamera/internal/device_enumerator_sysfs.h
+++ b/include/libcamera/internal/device_enumerator_sysfs.h
@@ -4,8 +4,8 @@
*
* device_enumerator_sysfs.h - sysfs-based device enumerator
*/
-#ifndef __LIBCAMERA_DEVICE_ENUMERATOR_SYSFS_H__
-#define __LIBCAMERA_DEVICE_ENUMERATOR_SYSFS_H__
+#ifndef __LIBCAMERA_INTERNAL_DEVICE_ENUMERATOR_SYSFS_H__
+#define __LIBCAMERA_INTERNAL_DEVICE_ENUMERATOR_SYSFS_H__
#include <memory>
#include <string>
@@ -29,4 +29,4 @@ private:
} /* namespace libcamera */
-#endif /* __LIBCAMERA_DEVICE_ENUMERATOR_SYSFS_H__ */
+#endif /* __LIBCAMERA_INTERNAL_DEVICE_ENUMERATOR_SYSFS_H__ */