summaryrefslogtreecommitdiff
path: root/libl4/l4/gnu/space.h
diff options
context:
space:
mode:
Diffstat (limited to 'libl4/l4/gnu/space.h')
-rw-r--r--libl4/l4/gnu/space.h8
1 files changed, 4 insertions, 4 deletions
diff --git a/libl4/l4/gnu/space.h b/libl4/l4/gnu/space.h
index a09b1ba..c943da2 100644
--- a/libl4/l4/gnu/space.h
+++ b/libl4/l4/gnu/space.h
@@ -36,7 +36,7 @@
#define L4_COMPLETE_ADDRESS_SPACE _L4_complete_address_space
-static inline l4_word_t
+static inline bool
_L4_attribute_always_inline
l4_is_nil_fpage (l4_fpage_t fpage)
{
@@ -172,7 +172,7 @@ l4_get_status (l4_fpage_t fpage)
}
-static inline l4_word_t
+static inline bool
_L4_attribute_always_inline
l4_was_referenced (l4_fpage_t fpage)
{
@@ -180,7 +180,7 @@ l4_was_referenced (l4_fpage_t fpage)
}
-static inline l4_word_t
+static inline bool
_L4_attribute_always_inline
l4_was_written (l4_fpage_t fpage)
{
@@ -188,7 +188,7 @@ l4_was_written (l4_fpage_t fpage)
}
-static inline l4_word_t
+static inline bool
_L4_attribute_always_inline
l4_was_executed (l4_fpage_t fpage)
{