2019-06-25 12:26:13 -04:00
|
|
|
/*
|
2021-04-29 13:32:28 +02:00
|
|
|
* Copyright (c) 2021 Nordic Semiconductor ASA
|
2019-06-25 12:26:13 -04:00
|
|
|
*
|
|
|
|
* SPDX-License-Identifier: Apache-2.0
|
|
|
|
*/
|
|
|
|
|
|
|
|
#ifndef ZEPHYR_INCLUDE_POWER_POWER_H_
|
|
|
|
#define ZEPHYR_INCLUDE_POWER_POWER_H_
|
|
|
|
|
2021-04-29 13:32:28 +02:00
|
|
|
/* NOTE: This header is kept for compatibility but will be deprecated soon */
|
2019-06-25 12:26:13 -04:00
|
|
|
|
2021-04-29 13:32:28 +02:00
|
|
|
#include <pm/pm.h>
|
2019-06-25 12:26:13 -04:00
|
|
|
|
|
|
|
#endif /* ZEPHYR_INCLUDE_POWER_POWER_H_ */
|