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