boot: boot_serial: use new Zephyr reboot header

Use the new header used for sys_reboot on Zephyr.

Signed-off-by: Gerard Marull-Paretas <gerard.marull@nordicsemi.no>
This commit is contained in:
Gerard Marull-Paretas 2021-04-29 10:12:15 +02:00 committed by Andrzej Puzdrowski
parent e16f52c033
commit e20e092b7c
1 changed files with 1 additions and 1 deletions

View File

@ -27,7 +27,7 @@
#include "bootutil/bootutil_log.h"
#ifdef __ZEPHYR__
#include <power/reboot.h>
#include <sys/reboot.h>
#include <sys/byteorder.h>
#include <sys/__assert.h>
#include <drivers/flash.h>