AKASHI Takahiro | 3ddd999 | 2018-11-15 14:52:48 +0900 | [diff] [blame^] | 1 | // SPDX-License-Identifier: GPL-2.0 |
2 | /* | ||||
3 | * kexec_file for arm64 | ||||
4 | * | ||||
5 | * Copyright (C) 2018 Linaro Limited | ||||
6 | * Author: AKASHI Takahiro <takahiro.akashi@linaro.org> | ||||
7 | * | ||||
8 | */ | ||||
9 | |||||
10 | #define pr_fmt(fmt) "kexec_file: " fmt | ||||
11 | |||||
12 | #include <linux/kexec.h> | ||||
13 | |||||
14 | const struct kexec_file_ops * const kexec_file_loaders[] = { | ||||
15 | NULL | ||||
16 | }; |