blob: c38a8048ed00e119fa4d253ee97cf33af9ee224f [file] [log] [blame]
AKASHI Takahiro3ddd9992018-11-15 14:52:48 +09001// 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
14const struct kexec_file_ops * const kexec_file_loaders[] = {
15 NULL
16};