Added required defines and typedefs for ntoskrnl/io modules.
[reactos.git] / reactos / include / ntos.h
1 #ifndef _NTOS_H
2 #define _NTOS_H
3 /* $Id: ntos.h,v 1.5 2002/09/08 10:22:28 chorns Exp $ */
4
5 #include <ddk/ntddk.h>
6 #include <ntos/heap.h>
7 #include <ntos/synch.h>
8 #include <ntos/keyboard.h>
9 #include <ntos/console.h>
10 #include <ntos/port.h>
11
12 #endif /* ndef _NTOS_H */