reboot.h 324 B

1234567891011121314
  1. /*
  2. * Copyright (c) 2021 Nordic Semiconductor ASA
  3. *
  4. * SPDX-License-Identifier: Apache-2.0
  5. */
  6. #ifndef ZEPHYR_INCLUDE_POWER_REBOOT_H_
  7. #define ZEPHYR_INCLUDE_POWER_REBOOT_H_
  8. /* NOTE: This header is kept for compatibility but will be deprecated soon */
  9. #include <sys/reboot.h>
  10. #endif /* ZEPHYR_INCLUDE_POWER_REBOOT_H_ */