root/headers/private/debugger/types/Types.h
/*
 * Copyright 2009, Ingo Weinhold, ingo_weinhold@gmx.de.
 * Distributed under the terms of the MIT License.
 */
#ifndef ARCHITECTURE_TYPES_H
#define ARCHITECTURE_TYPES_H

#include <SupportDefs.h>


typedef uint64 target_addr_t;
typedef uint64 target_size_t;



#endif  // ARCHITECTURE_TYPES_H