summaryrefslogtreecommitdiff
path: root/arch/arm64/kernel/machine_kexec_file.c
blob: c38a8048ed00e119fa4d253ee97cf33af9ee224f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
// SPDX-License-Identifier: GPL-2.0
/*
 * kexec_file for arm64
 *
 * Copyright (C) 2018 Linaro Limited
 * Author: AKASHI Takahiro <takahiro.akashi@linaro.org>
 *
 */

#define pr_fmt(fmt) "kexec_file: " fmt

#include <linux/kexec.h>

const struct kexec_file_ops * const kexec_file_loaders[] = {
	NULL
};