#ifndef __FACTORY_H__
#define __FACTORY_H__

#include "tz_platform.h"

void getRestrictedMode(p_rsp_t rsp);
void getACDump(p_rsp_t rsp);
void getAttacked(p_rsp_t rsp);
void getOkAttacked(p_rsp_t rsp);

#endif

