mirror of
https://github.com/hardkernel/linux.git
synced 2026-04-18 03:20:44 +09:00
This is necessary for platforms that use SRAM to execute suspend/resume stubs. Signed-off-by: Russ Dill <Russ.Dill@ti.com>
9 lines
100 B
C
9 lines
100 B
C
#ifndef _LINUX_SRAM_H
|
|
#define _LINUX_SRAM_H
|
|
|
|
struct sram_platform_data {
|
|
bool map_exec;
|
|
};
|
|
|
|
#endif
|