new/kernel-rt/arch/arm/mach-rockchip/embedded/rk3288_resume_embedded.h
2025-05-10 21:58:58 +08:00

21 lines
617 B
C

/*
* Rockchip resume header (API between files in embedded code)
*
* Copyright (c) 2014 Google, Inc
*
* 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.
*/
#ifndef __MACH_ROCKCHIP_RK3288_RESUME_EMBEDDED_H
#define __MACH_ROCKCHIP_RK3288_RESUME_EMBEDDED_H
/* Defined in the linker script */
extern u32 *__stack_start;
/* Defined by SDRAM code */
void rk3288_ddr_resume_early(struct rk3288_ddr_save_data *ddr_save_data);
#endif /* __MACH_ROCKCHIP_RK3288_RESUME_EMBEDDED_H */