/* SPDX-License-Identifier: GPL-2.0 */ #ifndef _LINUX_MEMORY_HOTPLUG_H #define _LINUX_MEMORY_HOTPLUG_H #include #include #include #include extern bool movable_node_enabled; static inline bool movable_node_is_enabled(void) { return movable_node_enabled; } #endif