2 Copyright © 1995-2014, The AROS Development Team. All rights reserved.
6 #include "hpet_intern.h"
8 /*****************************************************************************
11 #include <proto/hpet.h>
13 AROS_LH1(void, FreeHPETUnit
,
16 AROS_LHA(ULONG
, unit
, D0
),
19 struct HPETBase
*, base
, 3, Hpet
)
22 Free the specified HPET unit.
25 unit - a number of previously allocated HPET unit.
40 ******************************************************************************/
44 /* Very simple. Even don't need a semaphore. */
45 base
->units
[unit
].Owner
= NULL
;