]> git.saurik.com Git - apple/xnu.git/blobdiff - bsd/uuid/uuid.h
xnu-4570.61.1.tar.gz
[apple/xnu.git] / bsd / uuid / uuid.h
index 52602867e7d4350d90eaad9db7ecd2ced465cb7b..65524909a2112bae2e96696a272da14f5187d6a1 100644 (file)
@@ -46,6 +46,8 @@ typedef __darwin_uuid_string_t        uuid_string_t;
 #define UUID_DEFINE(name,u0,u1,u2,u3,u4,u5,u6,u7,u8,u9,u10,u11,u12,u13,u14,u15) \
        static const uuid_t name __attribute__ ((unused)) = {u0,u1,u2,u3,u4,u5,u6,u7,u8,u9,u10,u11,u12,u13,u14,u15}
 
+UUID_DEFINE(UUID_NULL, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0);
+
 #ifdef __cplusplus
 extern "C" {
 #endif