Merge tag 'pm-extra-4.11-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/rafael...
[linux-2.6-block.git] / include / linux / memblock.h
index 38bcf00cbed3e53bb14a15dafb38db82d94db13c..bdfc65af4152047c7b34f9b459f095a6d675cd11 100644 (file)
@@ -42,6 +42,7 @@ struct memblock_type {
        unsigned long max;      /* size of the allocated array */
        phys_addr_t total_size; /* size of all regions */
        struct memblock_region *regions;
+       char *name;
 };
 
 struct memblock {