mirror of
git://projects.qi-hardware.com/xburst-tools.git
synced 2025-04-21 12:27:27 +03:00
add-copyright-notices.patch
Little notice cleanup + add ARRAY_SIZE Signed-off-by: Andy Green <andy@openmoko.com>
This commit is contained in:
@@ -30,6 +30,8 @@
|
||||
#define u8 unsigned char
|
||||
typedef unsigned int uint32_t;
|
||||
|
||||
#define ARRAY_SIZE(x) (sizeof(x) / sizeof(x[0]))
|
||||
|
||||
enum filesystem {
|
||||
FS_RAW,
|
||||
FS_FAT,
|
||||
|
||||
Reference in New Issue
Block a user