2 Copyright © 2007-2008, The AROS Development Team. All rights reserved.
8 #include <aros/symbolsets.h>
9 #include <aros/debug.h>
10 #include <aros/libcall.h>
11 #include <proto/exec.h>
17 #include "uuid_private.h"
18 #include LC_LIBDEFS_FILE
20 /*****************************************************************************
23 AROS_LH1I(void, UUID_Clear
,
26 AROS_LHA(uuid_t
*, uuid
, A0
),
29 struct uuid_base
*, UUIDBase
, 11, UUID
)
32 Clears the specified uuid.
35 uuid - UUID to be cleared.
38 This function always succeeds.
50 *****************************************************************************/
58 uuid
->time_low
= uuid
->time_mid
= uuid
->time_hi_and_version
= 0;
59 uuid
->clock_seq_hi_and_reserved
= uuid
->clock_seq_low
= 0;