diff options
Diffstat (limited to 'include/linux/jffs2.h')
-rw-r--r-- | include/linux/jffs2.h | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/include/linux/jffs2.h b/include/linux/jffs2.h index a26fbd498c79..007d76d290cb 100644 --- a/include/linux/jffs2.h +++ b/include/linux/jffs2.h | |||
@@ -173,4 +173,10 @@ union jffs2_node_union | |||
173 | struct jffs2_unknown_node u; | 173 | struct jffs2_unknown_node u; |
174 | }; | 174 | }; |
175 | 175 | ||
176 | /* Data payload for device nodes. */ | ||
177 | union jffs2_device_node { | ||
178 | jint16_t old; | ||
179 | jint32_t new; | ||
180 | }; | ||
181 | |||
176 | #endif /* __LINUX_JFFS2_H__ */ | 182 | #endif /* __LINUX_JFFS2_H__ */ |