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
7
8#include <SupportDefs.h>
9
10
11const char*	get_entry_tag_name(uint16 tag);
12
13
14#endif	// DWARF_TAG_NAMES_H
15