1 /*
2  * Copyright (c) 2017 Oticon A/S
3  *
4  * SPDX-License-Identifier: Apache-2.0
5  */
6 #ifndef BSIM_NRF_ARGS_H
7 #define BSIM_NRF_ARGS_H
8 
9 #include "bsim_args_runner.h"
10 
11 /* This header is present to avoid breaking backwards compatibility with old bsim tests */
12 
13 #endif
14