You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
18 lines
446 B
18 lines
446 B
/* |
|
* Copyright (c) 2023 Nordic Semiconductor ASA |
|
* |
|
* SPDX-License-Identifier: Apache-2.0 |
|
*/ |
|
|
|
#ifndef BOARDS_POSIX_NATIVE_SIM_TIMER_MODEL_H |
|
#define BOARDS_POSIX_NATIVE_SIM_TIMER_MODEL_H |
|
|
|
/* |
|
* To support the native_posix timer driver |
|
* we provide a header with the same name as in native_posix |
|
*/ |
|
#include "nsi_hw_scheduler.h" |
|
#include "nsi_timer_model.h" |
|
#include "native_posix_compat.h" |
|
|
|
#endif /* BOARDS_POSIX_NATIVE_SIM_TIMER_MODEL_H */
|
|
|