drm/bridge: adv7511: Switch to atomic operations
[drm/drm-misc.git] / tools / testing / memblock / linux / memory_hotplug.h
blobdabe2c556858fd5f36bae2445eb4e47586f4999c
1 /* SPDX-License-Identifier: GPL-2.0 */
2 #ifndef _LINUX_MEMORY_HOTPLUG_H
3 #define _LINUX_MEMORY_HOTPLUG_H
5 #include <linux/numa.h>
6 #include <linux/pfn.h>
7 #include <linux/cache.h>
8 #include <linux/types.h>
10 extern bool movable_node_enabled;
12 static inline bool movable_node_is_enabled(void)
14 return movable_node_enabled;
17 #endif