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