2 Copyright © 1995-2014, The AROS Development Team. All rights reserved.
5 Desc: EndCardAccess() function.
9 #include "card_intern.h"
11 AROS_LH1(ULONG
, EndCardAccess
,
12 AROS_LHA(struct CardHandle
*, handle
, A1
),
13 struct CardResource
*, CardResource
, 5, Card
)
17 CARDDEBUG(bug("EndCardAccess(%p)\n", handle
));