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>
19 #include "uuid_private.h"
20 #include LC_LIBDEFS_FILE
22 /*****************************************************************************
25 AROS_LH1I(void, UUID_Clear
,
28 AROS_LHA(uuid_t
*, uuid
, A0
),
31 struct uuid_base
*, UUIDBase
, 11, UUID
)
34 Clears the specified uuid.
37 uuid - UUID to be cleared.
40 This function always succeeds.
52 *****************************************************************************/
60 uuid
->time_low
= uuid
->time_mid
= uuid
->time_hi_and_version
= 0;
61 uuid
->clock_seq_hi_and_reserved
= uuid
->clock_seq_low
= 0;