Skip to content

Commit

Permalink
pm: fix header guard
Browse files Browse the repository at this point in the history
Fix header guard.

Signed-off-by: Anas Nashif <anas.nashif@intel.com>
  • Loading branch information
nashif committed Mar 22, 2021
1 parent 1aca2fb commit 3704a40
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions subsys/power/policy/pm_policy.h
Expand Up @@ -4,8 +4,8 @@
* SPDX-License-Identifier: Apache-2.0
*/

#ifndef _PM_POLICY_H_
#define _PM_POLICY_H_
#ifndef ZEPHYR_POWER_PM_POLICY_H_
#define ZEPHYR_POWER_PM_POLICY_H_

#include <power/power.h>

Expand Down Expand Up @@ -48,4 +48,4 @@ struct pm_state_info pm_policy_next_state(int32_t ticks);
}
#endif

#endif /* _PM_POLICY_H_ */
#endif /* ZEPHYR_POWER_PM_POLICY_H_ */

0 comments on commit 3704a40

Please sign in to comment.