migrate substitution keywords to SVN
[reactos.git] / reactos / include / ntos / port.h
1 /* $Id$
2 *
3 * COPYRIGHT: See COPYING in the top level directory
4 * PROJECT: ReactOS kernel
5 * FILE: include/ntos/port.h
6 * PURPOSE: Port declarations used by all the parts of the
7 * system
8 * PROGRAMMER: Eric Kohl <ekokl@rz-online.de>
9 * UPDATE HISTORY:
10 * 02/02/2001: Created
11 */
12
13 #ifndef __INCLUDE_PORT_H
14 #define __INCLUDE_PORT_H
15
16 #ifndef __USE_W32API
17
18 /* Port Object Access */
19
20 #define PORT_ALL_ACCESS (0x1)
21
22 #else /* __USE_W32API */
23
24 #include <ddk/ntifs.h>
25
26 #endif /* __USE_W32API */
27
28 #endif /* __INCLUDE_PORT_H */
29
30 /* EOF */