| /* SPDX-License-Identifier: GPL-2.0-only */ |
| * Defines for the SRAM driver |
| struct bin_attribute battr; |
| struct sram_partition *partition; |
| int sram_check_protect_exec(struct sram_dev *sram, struct sram_reserve *block, |
| struct sram_partition *part); |
| int sram_add_protect_exec(struct sram_partition *part); |
| static inline int sram_check_protect_exec(struct sram_dev *sram, |
| struct sram_reserve *block, |
| struct sram_partition *part) |
| static inline int sram_add_protect_exec(struct sram_partition *part) |
| #endif /* CONFIG_SRAM_EXEC */ |