Zephyr API Documentation  2.7.0-rc2
A Scalable Open Source RTOS
power.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_POWER_H_
8#define ZEPHYR_INCLUDE_POWER_POWER_H_
9
10#warning "<power/power.h> header is deprecated, use <pm/pm.h> instead"
11
12#include <pm/pm.h>
13
14#endif /* ZEPHYR_INCLUDE_POWER_POWER_H_ */