#ifndef __mpw_rm_h__
#define __mpw_rm_h__
#include <cstdint>
namespace RM
{
uint16_t Get1NamedResource(uint16_t trap);
}
#endif