summaryrefslogtreecommitdiff
path: root/include/linux/platform_data/sram.h
blob: 38db9ae073084f11a6dfe24c699a8ccc707a1b87 (plain)
1
2
3
4
5
6
7
8
9
/* SPDX-License-Identifier: GPL-2.0 */
#ifndef _LINUX_SRAM_H
#define _LINUX_SRAM_H

struct sram_platform_data {
	bool map_exec;
};

#endif