aboutsummaryrefslogtreecommitdiff
path: root/include/tst_rand_data.h
blob: ba747d0f42879616c6bc4704eec1c4dbad33e8ba (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
/* SPDX-License-Identifier: GPL-2.0-or-later
 * Copyright (c) Linux Test Project, 2022
 */

#ifndef TST_RAND_DATA_H__
#define TST_RAND_DATA_H__

#include <stddef.h>

/* Includes null byte */
extern const size_t tst_rand_data_len;
/* statically defined random data */
extern const char *const tst_rand_data;

#endif