mirror of
https://git.libcamera.org/libcamera/libcamera.git
synced 2025-07-13 23:39:44 +03:00
libcamera: base: Move thread_annotations to private
The libcamera thread annotations are for internal use only and are not part of any public API. Mark the header accordingly by including the private.h header guard. Reviewed-by: Umang Jain <umang.jain@ideasonboard.com> Reviewed-by: Laurent Pinchart <laurent.pinchart@ideasonboard.com> Signed-off-by: Kieran Bingham <kieran.bingham@ideasonboard.com>
This commit is contained in:
parent
e6b6a6d42e
commit
fae9c8f0f2
1 changed files with 2 additions and 0 deletions
|
@ -7,6 +7,8 @@
|
||||||
|
|
||||||
#pragma once
|
#pragma once
|
||||||
|
|
||||||
|
#include <libcamera/base/private.h>
|
||||||
|
|
||||||
/*
|
/*
|
||||||
* Enable thread safety attributes only with clang.
|
* Enable thread safety attributes only with clang.
|
||||||
* The attributes can be safely erased when compiling with other compilers.
|
* The attributes can be safely erased when compiling with other compilers.
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue