Allow card.resource to be built with the right name again (by using the
[AROS.git] / arch / m68k-amiga / card / begincardaccess.c
blob02de3b2e945465b5575ea681001c695092c26a90
1 /*
2 Copyright © 1995-2014, The AROS Development Team. All rights reserved.
3 $Id$
5 Desc: BeginCardAccess() function.
6 Lang: english
7 */
9 #include "card_intern.h"
11 AROS_LH1(ULONG, BeginCardAccess,
12 AROS_LHA(struct CardHandle*, handle, A1),
13 struct CardResource*, CardResource, 4, Card)
15 AROS_LIBFUNC_INIT
17 CARDDEBUG(bug("BeginCardAccess(%p)\n", handle));
19 if (!ISMINE)
20 return FALSE;
21 return TRUE;
23 AROS_LIBFUNC_EXIT