Make UEFI boot-platform build again
[haiku.git] / headers / private / debugger / types / AddressSectionTypes.h
blob6c79b49e1085bae92a2f6bc29491a369d102bbfc
1 /*
2 * Copyright 2010, Rene Gollent, rene@gollent.com.
3 * Distributed under the terms of the MIT License.
4 */
5 #ifndef ADDRESS_SECTION_TYPES_H
6 #define ADDRESS_SECTION_TYPES_H
9 enum AddressSectionType {
10 ADDRESS_SECTION_TYPE_UNKNOWN = 0,
11 ADDRESS_SECTION_TYPE_FUNCTION,
12 ADDRESS_SECTION_TYPE_PLT
16 #endif // ADDRESS_SECTION_TYPES_H