Zephyr API Documentation  2.7.0-rc2
A Scalable Open Source RTOS
reboot.h
Go to the documentation of this file.
1/*
2 * Copyright (c) 2021 Nordic Semiconductor ASA
3 *
4 * SPDX-License-Identifier: Apache-2.0
5 */
6
7#ifndef ZEPHYR_INCLUDE_POWER_REBOOT_H_
8#define ZEPHYR_INCLUDE_POWER_REBOOT_H_
9
10/* NOTE: This header is kept for compatibility but will be deprecated soon */
11
12#include <sys/reboot.h>
13
14#endif /* ZEPHYR_INCLUDE_POWER_REBOOT_H_ */
Common target reboot functionality.