blob: df87659adedcc02acb86c942d75ccfb9a692abd9 [file] [log] [blame]
/*
* Copyright (c) 2016 Intel Corporation
*
* SPDX-License-Identifier: Apache-2.0
*/
#ifndef __TEST_MSLAB_H__
#define __TEST_MSLAB_H__
#define TIMEOUT K_MSEC(2000)
#define BLK_NUM 3
#define BLK_ALIGN 8
#define BLK_SIZE 16
#endif /*__TEST_MSLAB_H__*/