2 * Copyright 2009, Ingo Weinhold, ingo_weinhold@gmx.de.
3 * Distributed under the terms of the MIT License.
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