8ff3b2ff28b2b1c63cf80f052d37fe065b8804a9
[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 /* Port Object Access */
17
18 #define PORT_ALL_ACCESS (0x1)
19
20 #include <ddk/ntifs.h>
21
22 #endif /* __INCLUDE_PORT_H */
23
24 /* EOF */