libcamera: Rename header guards for internal headers
With the internal headers now in include/libcamera/internal/, we may have identically named headers in include/libcamera/. Their header guards would clash. Rename the header guards of internal headers to prevent any issue. Signed-off-by: Laurent Pinchart <laurent.pinchart@ideasonboard.com> Reviewed-by: Kieran Bingham <kieran.bingham@ideasonboard.com> Reviewed-by: Niklas Söderlund <niklas.soderlund@ragnatech.se>
This commit is contained in:
parent
f3f1807a1f
commit
4bd09795a1
31 changed files with 93 additions and 93 deletions
|
@ -5,8 +5,8 @@
|
|||
* ipc_unixsocket.h - IPC mechanism based on Unix sockets
|
||||
*/
|
||||
|
||||
#ifndef __LIBCAMERA_IPC_UNIXSOCKET_H__
|
||||
#define __LIBCAMERA_IPC_UNIXSOCKET_H__
|
||||
#ifndef __LIBCAMERA_INTERNAL_IPC_UNIXSOCKET_H__
|
||||
#define __LIBCAMERA_INTERNAL_IPC_UNIXSOCKET_H__
|
||||
|
||||
#include <stdint.h>
|
||||
#include <sys/types.h>
|
||||
|
@ -56,4 +56,4 @@ private:
|
|||
|
||||
} /* namespace libcamera */
|
||||
|
||||
#endif /* __LIBCAMERA_IPC_UNIXSOCKET_H__ */
|
||||
#endif /* __LIBCAMERA_INTERNAL_IPC_UNIXSOCKET_H__ */
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue