Sync with trunk head
[reactos.git] / drivers / bus / acpi / include / platform / types.h
1 /*
2 * COPYRIGHT: See COPYING in the top level directory
3 * PROJECT: ReactOS kernel
4 * FILE: include/types.h
5 * PURPOSE: Types used by all the parts of the system
6 * PROGRAMMER: David Welch <welch@cwcom.net>
7 * DEFINES: _WIN64: 64-bit architecture
8 * _WIN32: 32-bit architecture (default)
9 * UPDATE HISTORY:
10 * 27/06/00: Created
11 * 01/05/01: Portabillity changes
12 */
13 #ifndef __INCLUDE_ACPI_TYPES_H
14 #define __INCLUDE_ACPI_TYPES_H
15
16 #include <ntddk.h>
17 #include <stdio.h>
18
19 #endif /* __INCLUDE_ACPI_TYPES_H */