2 * Copyright 2009, Ingo Weinhold, ingo_weinhold@gmx.de.
3 * Distributed under the terms of the MIT License.
9 #include <Referenceable.h>
12 class RegisterMap
: public BReferenceable
{
14 virtual ~RegisterMap();
16 virtual int32
CountRegisters() const = 0;
17 virtual int32
MapRegisterIndex(int32 index
) const = 0;
21 #endif // REGISTER_MAP_H