2 * Copyright 2009, Ingo Weinhold, ingo_weinhold@gmx.de.
3 * Distributed under the terms of the MIT License.
5 #ifndef ARCHITECTURE_TYPES_H
6 #define ARCHITECTURE_TYPES_H
8 #include <SupportDefs.h>
11 typedef uint64 target_addr_t
;
12 typedef uint64 target_size_t
;
16 #endif // ARCHITECTURE_TYPES_H