get the cache sizes in bytes
[AROS.git] / arch / m68k-amiga / card / begincardaccess.c
blobaa98c3c350209eb005849aa9127370494c037bd9
1 /*
2 Copyright © 1995-2011, The AROS Development Team. All rights reserved.
3 $Id: begincardaccess.c $
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, Cardres)
15 AROS_LIBFUNC_INIT
17 CARDDEBUG(bug("BeginCardAccess(%p)\n", handle));
19 if (!ISMINE)
20 return FALSE;
21 return TRUE;
23 AROS_LIBFUNC_EXIT