#ifndef __GRDM_TEST_H__
#define __GRDM_TEST_H__
#ifdef GRDM_TEST

#include "grdm_transport.h"
#include "grdm_log.h"
#include <grdm_common.h>

#define LOG_TAG "GRDM_BL"

#define API __attribute__((visibility("default")))

API GRDM_RESULT grdm_ResetStatus (void);

#endif
#endif
