1 // SPDX-License-Identifier: GPL-2.0-only 1 2 /* 3 * Copyright (c) 2013, NVIDIA Corporation. All 4 */ 5 6 #include <linux/kernel.h> 7 8 #include "pm.h" 9 10 #ifdef CONFIG_PM_SLEEP 11 extern u32 tegra30_iram_start, tegra30_iram_en 12 extern void tegra30_sleep_core_finish(unsigned 13 14 void tegra30_lp1_iram_hook(void) 15 { 16 tegra_lp1_iram.start_addr = &tegra30_i 17 tegra_lp1_iram.end_addr = &tegra30_ira 18 } 19 20 void tegra30_sleep_core_init(void) 21 { 22 tegra_sleep_core_finish = tegra30_slee 23 } 24 #endif 25
Linux® is a registered trademark of Linus Torvalds in the United States and other countries.
TOMOYO® is a registered trademark of NTT DATA CORPORATION.