forwarding: The intel code has been updated to version 8.0.35, and the rx queue hang...
[AROS.git] / rom / dos / dos_newcliproc.h
blobb4e42bb76f12c47341244624187d5d140e19237b
1 /*
2 Copyright © 1995-2011, The AROS Development Team. All rights reserved.
3 $Id$
5 Desc:
6 Lang: English
7 */
9 #ifndef DOS_NEWCLIPROC_H
10 #define DOS_NEWCLIPROC_H
12 #include <dos/cliinit.h>
14 /* Shared code between CliInitRun() and CliInitNewcli()
16 ULONG internal_CliInitAny(struct DosPacket *dp, APTR DOSBase);
18 struct ExtArg
20 BPTR ea_CES;
21 LONG ea_Flags;
24 #define EAF_CLOSECES (1L << 0)
26 #endif /* DOS_NEWCLIPROC_H */