]> git.ipfire.org Git - thirdparty/mdadm.git/blobdiff - md_p.h
mdadm-1.0.9
[thirdparty/mdadm.git] / md_p.h
diff --git a/md_p.h b/md_p.h
index 99479b43b19832c33c154ddc36408e0dbc98ce3a..bd9ccb169171873b8b74a2333ce85297fdc95ee0 100644 (file)
--- a/md_p.h
+++ b/md_p.h
@@ -163,6 +163,10 @@ typedef struct mdp_superblock_s {
 
 } mdp_super_t;
 
+#ifdef __TINYC__
+typedef unsigned long long __u64;
+#endif
+
 static inline __u64 md_event(mdp_super_t *sb) {
        __u64 ev = sb->events_hi;
        return (ev<<32)| sb->events_lo;