2 Copyright © 1995-2007, 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, LockLayerInfo
,
24 AROS_LHA(struct Layer_Info
*, li
, A0
),
27 struct LayersBase
*, LayersBase
, 20, Layers
)
46 27-11-96 digulla automatically created from
47 layers_lib.fd and clib/layers_protos.h
49 *****************************************************************************/
53 D(bug("LockLayerInfo(li @ $%lx)\n", li
));
55 ObtainSemaphore(&li
->Lock
);