aboutsummaryrefslogtreecommitdiffstats
path: root/include/asm-sh/types.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/asm-sh/types.h')
-rw-r--r--include/asm-sh/types.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/include/asm-sh/types.h b/include/asm-sh/types.h
index cb7e183a0a6b..488552f43b2a 100644
--- a/include/asm-sh/types.h
+++ b/include/asm-sh/types.h
@@ -58,6 +58,11 @@ typedef u64 sector_t;
#define HAVE_SECTOR_T
#endif
+#ifdef CONFIG_LSF
+typedef u64 blkcnt_t;
+#define HAVE_BLKCNT_T
+#endif
+
#endif /* __ASSEMBLY__ */
#endif /* __KERNEL__ */