2 Copyright © 1995-2001, The AROS Development Team. All rights reserved.
8 #include <aros/libcall.h>
9 #include <proto/exec.h>
12 #include <aros/debug.h>
15 /*****************************************************************************
18 #include <proto/layers.h>
19 #include "layers_intern.h"
21 AROS_LH1(void, UnlockLayerInfo
,
24 AROS_LHA(struct Layer_Info
*, li
, A0
),
27 struct LayersBase
*, LayersBase
, 23, Layers
)
46 27-11-96 digulla automatically created from
47 layers_lib.fd and clib/layers_protos.h
49 *****************************************************************************/
52 AROS_LIBBASE_EXT_DECL(struct LayersBase
*,LayersBase
)
54 D(bug("UnlockLayerInfo(li @ $%lx)\n", li
));
56 ReleaseSemaphore(&li
->Lock
);
59 } /* UnlockLayerInfo */