2 Copyright © 1995-2001, The AROS Development Team. All rights reserved.
9 #define AROS_TAGRETURNTYPE APTR
10 #include <utility/tagitem.h>
12 #define NO_INLINE_STDARG /* turn off inline def */
13 #include <proto/reqtools.h>
15 extern struct ReqToolsBase
* ReqToolsBase
;
17 /*****************************************************************************
45 *****************************************************************************/
47 AROS_SLOWSTACKTAGS_PRE(tag1
)
49 retval
= rtAllocRequestA(type
, AROS_SLOWSTACKTAGS_ARG(tag1
));
51 AROS_SLOWSTACKTAGS_POST
53 } /* rtAllocRequest */