2 Copyright © 1995-2007, The AROS Development Team. All rights reserved.
9 #include <proto/exec.h>
11 #include "camd_intern.h"
13 /*****************************************************************************
17 AROS_LH1(void, UnlockCAMD
,
20 AROS_LHA(APTR
, lock
, A0
),
23 struct CamdBase
*, CamdBase
, 6, Camd
)
26 UnLocks the internal lists in camd.
29 Pointer received from LockCAMD.
32 APTR to send to UnlockCAMD
47 2001-01-12 ksvalast first created
49 *****************************************************************************/
53 ReleaseSemaphore((struct SignalSemaphore
*)lock
);