xref: /spdk/test/app/fuzz/vhost_fuzz/vhost_fuzz.h (revision a6dbe3721eb3b5990707fc3e378c95e505dd8ab5)
1 /*   SPDX-License-Identifier: BSD-3-Clause
2  *   Copyright (C) 2019 Intel Corporation.
3  *   All rights reserved.
4  */
5 
6 #ifndef VHOST_FUZZ_H
7 #define VHOST_FUZZ_H
8 
9 int fuzz_vhost_dev_init(const char *socket_path, bool is_blk_dev, bool use_bogus_buffer,
10 			bool use_valid_buffer, bool valid_lun, bool test_scsi_tmf);
11 
12 #endif
13