1 /* SPDX-License-Identifier: GPL-2.0+ */
3 * Copyright (c) 2011-2014 Samsung Electronics Co., Ltd.
4 * http://www.samsung.com
7 * Based on S3C64XX sleep code by:
8 * Ben Dooks, (c) 2008 Simtec Electronics
11 #include <linux/linkage.h>
17 * sleep magic, to allow the bootloader to check for an valid
18 * image to resume to. Must be the first word before the
19 * s3c_cpu_resume entry.
27 * resume code entry for bootloader to call
30 ENTRY(s5pv210_cpu_resume)
32 ENDPROC(s5pv210_cpu_resume)