/* SPDX-License-Identifier: GPL-2.0 */
#ifndef _LINUX_SRAM_H
#define _LINUX_SRAM_H
struct sram_platform_data {
bool map_exec;
};
#endif