summaryrefslogtreecommitdiffstats
path: root/include/ubi-media.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/ubi-media.h')
-rw-r--r--include/ubi-media.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/include/ubi-media.h b/include/ubi-media.h
index daead705fb..10490fdb16 100644
--- a/include/ubi-media.h
+++ b/include/ubi-media.h
@@ -30,6 +30,8 @@
#ifndef __UBI_MEDIA_H__
#define __UBI_MEDIA_H__
+#ifndef DOXYGEN_SHOULD_SKIP_THIS
+
#include <asm/byteorder.h>
/* The version of UBI images supported by this implementation */
@@ -365,5 +367,7 @@ struct ubi_vtbl_record {
__be32 crc;
} __attribute__ ((packed));
+#endif /* DOXYGEN_SHOULD_SKIP_THIS */
+
#endif /* !__UBI_MEDIA_H__ */