summaryrefslogtreecommitdiff
path: root/utils/sbtools/sb.h
diff options
context:
space:
mode:
Diffstat (limited to 'utils/sbtools/sb.h')
-rw-r--r--utils/sbtools/sb.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/utils/sbtools/sb.h b/utils/sbtools/sb.h
index a1482691ce..0a8fad10af 100644
--- a/utils/sbtools/sb.h
+++ b/utils/sbtools/sb.h
@@ -18,6 +18,8 @@
18 * KIND, either express or implied. 18 * KIND, either express or implied.
19 * 19 *
20 ****************************************************************************/ 20 ****************************************************************************/
21#ifndef __SB_H__
22#define __SB_H__
21 23
22#include <stdint.h> 24#include <stdint.h>
23 25
@@ -147,3 +149,5 @@ struct sb_instruction_tag_t
147 uint32_t len; /* length of the section */ 149 uint32_t len; /* length of the section */
148 uint32_t flags; /* section flags */ 150 uint32_t flags; /* section flags */
149} __attribute__((packed)); 151} __attribute__((packed));
152
153#endif /* __SB_H__ */