From 9d7df9ae4d829204856a19fc14fae166631389bf Mon Sep 17 00:00:00 2001 From: Amaury Pouly Date: Thu, 15 Sep 2011 16:10:31 +0000 Subject: sbtools: move the db parse to its own file and improve error messages git-svn-id: svn://svn.rockbox.org/rockbox/trunk@30557 a1c6a512-1295-4272-9138-f99709370657 --- utils/sbtools/sb.h | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'utils/sbtools/sb.h') 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 @@ * KIND, either express or implied. * ****************************************************************************/ +#ifndef __SB_H__ +#define __SB_H__ #include @@ -147,3 +149,5 @@ struct sb_instruction_tag_t uint32_t len; /* length of the section */ uint32_t flags; /* section flags */ } __attribute__((packed)); + +#endif /* __SB_H__ */ -- cgit v1.2.3