diff options
Diffstat (limited to 'include/linux/pfair_math.h')
-rw-r--r-- | include/linux/pfair_math.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/include/linux/pfair_math.h b/include/linux/pfair_math.h index dab1778f0b..b2a14e4c54 100644 --- a/include/linux/pfair_math.h +++ b/include/linux/pfair_math.h | |||
@@ -7,6 +7,9 @@ | |||
7 | #include <linux/litmus.h> | 7 | #include <linux/litmus.h> |
8 | #include <linux/sched.h> | 8 | #include <linux/sched.h> |
9 | 9 | ||
10 | /* Type definition for our quantums */ | ||
11 | typedef unsigned long long quantum_t; | ||
12 | |||
10 | /* | 13 | /* |
11 | * This file defines mathematical functions "ceiling", "floor", | 14 | * This file defines mathematical functions "ceiling", "floor", |
12 | * and PFAIR specific functions for computing the release and | 15 | * and PFAIR specific functions for computing the release and |