headers/bsd: Add sys/queue.h.
[haiku.git] / src / kits / debugger / dwarf / TagNames.h
blobd525f2526b78269b4dba274b4625021f5d689ebb
1 /*
2 * Copyright 2009, Ingo Weinhold, ingo_weinhold@gmx.de.
3 * Distributed under the terms of the MIT License.
4 */
5 #ifndef DWARF_TAG_NAMES_H
6 #define DWARF_TAG_NAMES_H
8 #include <SupportDefs.h>
11 const char* get_entry_tag_name(uint16 tag);
14 #endif // DWARF_TAG_NAMES_H