blob: 80ebfd28ba76ddf412f5ddb606b1fe3572556655 [file] [log] [blame]
b.liue9582032025-04-17 19:18:16 +08001/*
2 * Common helper functions for fuzzing tools
3 * Copyright (c) 2019, Jouni Malinen <j@w1.fi>
4 *
5 * This software may be distributed under the terms of the BSD license.
6 * See README for more details.
7 */
8
9#ifndef FUZZER_COMMON_H
10#define FUZZER_COMMON_H
11
12void wpa_fuzzer_set_debug_level(void);
13
14#endif /* FUZZER_COMMON_H */