/* | |
* Copyright (c) 2018 Oticon A/S | |
* | |
* SPDX-License-Identifier: Apache-2.0 | |
*/ | |
#ifndef BOARDS_POSIX_NATIVE_SIM_CMDLINE_COMMON_H | |
#define BOARDS_POSIX_NATIVE_SIM_CMDLINE_COMMON_H | |
/* | |
* To support native_posix drivers which register their own arguments | |
* we provide a header with the same name as in native_posix | |
*/ | |
#include "nsi_cmdline.h" | |
#endif /* BOARDS_POSIX_NATIVE_SIM_CMDLINE_COMMON_H */ |