We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 23a6a78 commit 21e3893Copy full SHA for 21e3893
include/zephyr/drivers/flash/stm32_flash_api_extensions.h
@@ -4,6 +4,9 @@
4
* SPDX-License-Identifier: Apache-2.0
5
*/
6
7
+#ifndef __ZEPHYR_INCLUDE_DRIVERS_FLASH_STM32_FLASH_API_EXTENSIONS_H__
8
+#define __ZEPHYR_INCLUDE_DRIVERS_FLASH_STM32_FLASH_API_EXTENSIONS_H__
9
+
10
#include <zephyr/drivers/flash.h>
11
12
enum stm32_ex_ops {
@@ -64,3 +67,5 @@ struct flash_stm32_ex_op_rdp {
64
67
bool permanent;
65
68
};
66
69
#endif /* CONFIG_FLASH_STM32_READOUT_PROTECTION */
70
71
+#endif /* __ZEPHYR_INCLUDE_DRIVERS_FLASH_STM32_FLASH_API_EXTENSIONS_H__ */
0 commit comments