| * Defines for the SRAM driver |
| * This program is free software; you can redistribute it and/or modify |
| * it under the terms of the GNU General Public License version 2 as |
| * published by the Free Software Foundation. |
| 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 */ |