zephyr/include/power/power.h

15 lines
316 B
C
Raw Normal View History

/*
* Copyright (c) 2021 Nordic Semiconductor ASA
*
* SPDX-License-Identifier: Apache-2.0
*/
#ifndef ZEPHYR_INCLUDE_POWER_POWER_H_
#define ZEPHYR_INCLUDE_POWER_POWER_H_
/* NOTE: This header is kept for compatibility but will be deprecated soon */
#include <pm/pm.h>
#endif /* ZEPHYR_INCLUDE_POWER_POWER_H_ */