1 /*
2  * Copyright (c) 2018 Oticon A/S
3  *
4  * SPDX-License-Identifier: Apache-2.0
5  */
6 #ifndef BOARDS_POSIX_NATIVE_SIM_CMDLINE_COMMON_H
7 #define BOARDS_POSIX_NATIVE_SIM_CMDLINE_COMMON_H
8 
9 #warning "This transitional header is now deprecated and will be removed by v4.4. "\
10 	 "Use nsi_cmdline.h instead."
11 
12 /*
13  * To support native_posix drivers which register their own arguments
14  * we provide a header with the same name as in native_posix
15  */
16 #include "nsi_cmdline.h"
17 
18 #endif /* BOARDS_POSIX_NATIVE_SIM_CMDLINE_COMMON_H */
19