Make UEFI boot-platform build again
[haiku.git] / headers / private / debugger / types / Types.h
blob82753bf1927fadc3ed2814bb2efab4c500145c39
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
8 #include <SupportDefs.h>
11 typedef uint64 target_addr_t;
12 typedef uint64 target_size_t;
16 #endif // ARCHITECTURE_TYPES_H