summaryrefslogtreecommitdiffstats
path: root/include/linux/kernel.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/linux/kernel.h')
-rw-r--r--include/linux/kernel.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/include/linux/kernel.h b/include/linux/kernel.h
index 0c9bc231107f..4fa360a13c1e 100644
--- a/include/linux/kernel.h
+++ b/include/linux/kernel.h
@@ -88,6 +88,8 @@
88 */ 88 */
89#define FIELD_SIZEOF(t, f) (sizeof(((t*)0)->f)) 89#define FIELD_SIZEOF(t, f) (sizeof(((t*)0)->f))
90 90
91#define typeof_member(T, m) typeof(((T*)0)->m)
92
91#define DIV_ROUND_UP __KERNEL_DIV_ROUND_UP 93#define DIV_ROUND_UP __KERNEL_DIV_ROUND_UP
92 94
93#define DIV_ROUND_DOWN_ULL(ll, d) \ 95#define DIV_ROUND_DOWN_ULL(ll, d) \