2 Copyright © 2002-2007, The AROS Development Team. All rights reserved.
8 #include "security_intern.h"
11 #include <aros/debug.h>
13 /*****************************************************************************
16 AROS_LH4(BOOL
, secAccess_Control
,
19 /* (fs, task, owner, prot) */
20 AROS_LHA(ULONG
, fs
, A1
),
21 AROS_LHA(APTR
, task
, A2
),
22 AROS_LHA(struct secExtOwner
*, owner
, D1
),
23 AROS_LHA(ULONG
, prot
, D3
),
26 struct Library
*, SecurityBase
, 33, Security
)
50 *****************************************************************************/
54 D(bug( DEBUG_NAME_STR
"secAccess_Control()\n") );;
60 } /* secAccess_Control */