#ifndef __ARQ_H__
#define __ARQ_H__
#include "types.h"
#include "dolphin/ar.h"
#ifdef __cplusplus
extern "C" {
#endif
void ARQInit(void);
}
#endif // __ARQ_H__