2 Copyright © 1995-2006, The AROS Development Team. All rights reserved.
5 Desc: Init of workbench.library
9 #include <aros/symbolsets.h>
11 #include "lowlevel_intern.h"
12 #include LC_LIBDEFS_FILE
14 static int Init(LIBBASETYPEPTR lh
)
16 InitSemaphore(&lh
->ll_Lock
);
17 lh
->ll_VBlank
.is_Data
= NULL
;
18 lh
->ll_VBlank
.is_Code
= NULL
;