/* SPDX-License-Identifier: GPL-2.0 */ #ifndef LINUX_KEXEC_HANDOVER_H #define LINUX_KEXEC_HANDOVER_H /* * Header stub to avoid test build breakage; we don't need to actually implement * any KHO functions as they are not used in the tests. */ #endif /* LINUX_KEXEC_HANDOVER_H */