aboutsummaryrefslogtreecommitdiffstats
path: root/include/linux/memregion.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/linux/memregion.h')
-rw-r--r--include/linux/memregion.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/include/linux/memregion.h b/include/linux/memregion.h
index 7de7c0a1444e..e11595256cac 100644
--- a/include/linux/memregion.h
+++ b/include/linux/memregion.h
@@ -4,6 +4,10 @@
#include <linux/types.h>
#include <linux/errno.h>
+struct memregion_info {
+ int target_node;
+};
+
#ifdef CONFIG_MEMREGION
int memregion_alloc(gfp_t gfp);
void memregion_free(int id);