File tree Expand file tree Collapse file tree 3 files changed +9
-9
lines changed Expand file tree Collapse file tree 3 files changed +9
-9
lines changed Original file line number Diff line number Diff line change 5
5
* SPDX-License-Identifier: Apache-2.0
6
6
*/
7
7
8
- #ifndef INCLUDE_APP_MEMORY_MEM_DOMAIN_H
9
- #define INCLUDE_APP_MEMORY_MEM_DOMAIN_H
8
+ #ifndef ZEPHYR_INCLUDE_APP_MEMORY_MEM_DOMAIN_H_
9
+ #define ZEPHYR_INCLUDE_APP_MEMORY_MEM_DOMAIN_H_
10
10
11
11
#include <stdint.h>
12
12
#include <stddef.h>
@@ -193,4 +193,4 @@ int k_mem_domain_add_thread(struct k_mem_domain *domain,
193
193
#endif
194
194
195
195
/** @} */
196
- #endif /* INCLUDE_APP_MEMORY_MEM_DOMAIN_H */
196
+ #endif /* ZEPHYR_INCLUDE_APP_MEMORY_MEM_DOMAIN_H_ */
Original file line number Diff line number Diff line change 9
9
* @brief Public Monochrome Character Framebuffer API
10
10
*/
11
11
12
- #ifndef __CFB_H__
13
- #define __CFB_H__
12
+ #ifndef ZEPHYR_INCLUDE_DISPLAY_CFB_H_
13
+ #define ZEPHYR_INCLUDE_DISPLAY_CFB_H_
14
14
15
15
#include <zephyr/device.h>
16
16
#include <zephyr/drivers/display.h>
@@ -256,4 +256,4 @@ void cfb_framebuffer_deinit(const struct device *dev);
256
256
* @}
257
257
*/
258
258
259
- #endif /* __CFB_H__ */
259
+ #endif /* ZEPHYR_INCLUDE_DISPLAY_CFB_H_ */
Original file line number Diff line number Diff line change 9
9
* @brief Open Supervised Device Protocol (OSDP) public API header file.
10
10
*/
11
11
12
- #ifndef _OSDP_H_
13
- #define _OSDP_H_
12
+ #ifndef ZEPHYR_INCLUDE_MGMT_OSDP_H_
13
+ #define ZEPHYR_INCLUDE_MGMT_OSDP_H_
14
14
15
15
#include <zephyr/kernel.h>
16
16
#include <stdint.h>
@@ -480,4 +480,4 @@ uint32_t osdp_get_sc_status_mask(void);
480
480
}
481
481
#endif
482
482
483
- #endif /* _OSDP_H_ */
483
+ #endif /* ZEPHYR_INCLUDE_MGMT_OSDP_H_ */
You can’t perform that action at this time.
0 commit comments