2 * Fork-based fuzzing helpers
4 * Copyright Red Hat Inc., 2019
7 * Alexander Bulekov <alxndr@bu.edu>
9 * This work is licensed under the terms of the GNU GPL, version 2 or later.
10 * See the COPYING file in the top-level directory.
17 extern uint8_t __FUZZ_COUNTERS_START
;
18 extern uint8_t __FUZZ_COUNTERS_END
;
20 void counter_shm_init(void);