Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs
[cascardo/linux.git] / include / linux / io.h
index 32403b5..e2c8419 100644 (file)
@@ -135,6 +135,7 @@ enum {
        /* See memremap() kernel-doc for usage description... */
        MEMREMAP_WB = 1 << 0,
        MEMREMAP_WT = 1 << 1,
+       MEMREMAP_WC = 1 << 2,
 };
 
 void *memremap(resource_size_t offset, size_t size, unsigned long flags);