summaryrefslogtreecommitdiff
path: root/src/include/rmodule.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/include/rmodule.h')
-rw-r--r--src/include/rmodule.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/include/rmodule.h b/src/include/rmodule.h
index b51700cc3a..c81ec17896 100644
--- a/src/include/rmodule.h
+++ b/src/include/rmodule.h
@@ -100,6 +100,8 @@ struct rmodule_header {
/* BSS section information so the loader can clear the bss. */
u32 bss_begin;
u32 bss_end;
+ /* Add some room for growth. */
+ u32 padding[4];
} __attribute__ ((packed));
struct rmodule {