summaryrefslogtreecommitdiffstats
path: root/include/linux/memremap.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/linux/memremap.h')
-rw-r--r--include/linux/memremap.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/linux/memremap.h b/include/linux/memremap.h
index bef51e35d8d2..6fefb09af7c3 100644
--- a/include/linux/memremap.h
+++ b/include/linux/memremap.h
@@ -17,6 +17,7 @@ struct device;
17 */ 17 */
18struct vmem_altmap { 18struct vmem_altmap {
19 const unsigned long base_pfn; 19 const unsigned long base_pfn;
20 const unsigned long end_pfn;
20 const unsigned long reserve; 21 const unsigned long reserve;
21 unsigned long free; 22 unsigned long free;
22 unsigned long align; 23 unsigned long align;