summaryrefslogtreecommitdiff
path: root/include/linux/types.h
diff options
context:
space:
mode:
authorMark Brown <broonie@kernel.org>2026-07-03 15:44:05 +0100
committerMark Brown <broonie@kernel.org>2026-07-03 15:44:05 +0100
commit055676c8f3e8fbe71a8ae102c44e393d256809a5 (patch)
tree33105bb34ecd7049807994ac99f064fc5ed0d265 /include/linux/types.h
parent7193eeae6348a36d9c0025c6ab3ad258367fdbfb (diff)
parent503423f5072e7d227b060621805fc3072455773b (diff)
downloadlinux-next-055676c8f3e8fbe71a8ae102c44e393d256809a5.tar.gz
linux-next-055676c8f3e8fbe71a8ae102c44e393d256809a5.zip
Merge branch 'fs-next' of linux-next
Diffstat (limited to 'include/linux/types.h')
-rw-r--r--include/linux/types.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/include/linux/types.h b/include/linux/types.h
index 93166b0b0617..bc5dda2a3d86 100644
--- a/include/linux/types.h
+++ b/include/linux/types.h
@@ -163,6 +163,8 @@ typedef u32 dma_addr_t;
typedef unsigned int __bitwise gfp_t;
typedef unsigned int __bitwise slab_flags_t;
typedef unsigned int __bitwise fmode_t;
+typedef unsigned int __bitwise blk_mode_t;
+typedef unsigned int __bitwise fop_flags_t;
#ifdef CONFIG_PHYS_ADDR_T_64BIT
typedef u64 phys_addr_t;