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 /* 10 * To support native_posix drivers which register their own arguments 11 * we provide a header with the same name as in native_posix 12 */ 13 #include "nsi_cmdline.h" 14 15 #endif /* BOARDS_POSIX_NATIVE_SIM_CMDLINE_COMMON_H */ 16