Rename pm_internal.h to pm.h

This commit is contained in:
Gregory Nutt
2015-12-29 18:19:03 -06:00
parent b682190f52
commit 695a8890a6
10 changed files with 13 additions and 13 deletions
@@ -1,5 +1,5 @@
/****************************************************************************
* drivers/power/pm_internal.h
* drivers/power/pm
*
* Copyright (C) 2011-2012 Gregory Nutt. All rights reserved.
* Author: Gregory Nutt <gnutt@nuttx.org>
@@ -33,8 +33,8 @@
*
****************************************************************************/
#ifndef __DRIVERS_POWER_PM_INTERNAL_H
#define __DRIVERS_POWER_PM_INTERNAL_H
#ifndef __DRIVERS_POWER_PM_H
#define __DRIVERS_POWER_PM_H
/****************************************************************************
* Included Files
@@ -207,4 +207,4 @@ EXTERN void pm_update(int16_t accum);
#endif
#endif /* CONFIG_PM */
#endif /* #define __DRIVERS_POWER_PM_INTERNAL_H */
#endif /* #define __DRIVERS_POWER_PM_H */
+1 -1
View File
@@ -43,7 +43,7 @@
#include <nuttx/clock.h>
#include <arch/irq.h>
#include "pm_internal.h"
#include "pm"
#ifdef CONFIG_PM
+1 -1
View File
@@ -42,7 +42,7 @@
#include <nuttx/power/pm.h>
#include <arch/irq.h>
#include "pm_internal.h"
#include "pm"
#ifdef CONFIG_PM
+1 -1
View File
@@ -43,7 +43,7 @@
#include <nuttx/clock.h>
#include <arch/irq.h>
#include "pm_internal.h"
#include "pm"
#ifdef CONFIG_PM
+1 -1
View File
@@ -43,7 +43,7 @@
#include <nuttx/power/pm.h>
#include "pm_internal.h"
#include "pm"
#ifdef CONFIG_PM
+1 -1
View File
@@ -44,7 +44,7 @@
#include <nuttx/power/pm.h>
#include "pm_internal.h"
#include "pm"
#ifdef CONFIG_PM
+1 -1
View File
@@ -44,7 +44,7 @@
#include <nuttx/power/pm.h>
#include <nuttx/wqueue.h>
#include "pm_internal.h"
#include "pm"
#ifdef CONFIG_PM