mirror of
https://github.com/apache/nuttx.git
synced 2026-05-29 20:56:47 +08:00
Rename pm_internal.h to pm.h
This commit is contained in:
@@ -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 */
|
||||
@@ -43,7 +43,7 @@
|
||||
#include <nuttx/clock.h>
|
||||
#include <arch/irq.h>
|
||||
|
||||
#include "pm_internal.h"
|
||||
#include "pm"
|
||||
|
||||
#ifdef CONFIG_PM
|
||||
|
||||
|
||||
@@ -42,7 +42,7 @@
|
||||
#include <nuttx/power/pm.h>
|
||||
#include <arch/irq.h>
|
||||
|
||||
#include "pm_internal.h"
|
||||
#include "pm"
|
||||
|
||||
#ifdef CONFIG_PM
|
||||
|
||||
|
||||
@@ -43,7 +43,7 @@
|
||||
#include <nuttx/clock.h>
|
||||
#include <arch/irq.h>
|
||||
|
||||
#include "pm_internal.h"
|
||||
#include "pm"
|
||||
|
||||
#ifdef CONFIG_PM
|
||||
|
||||
|
||||
@@ -43,7 +43,7 @@
|
||||
|
||||
#include <nuttx/power/pm.h>
|
||||
|
||||
#include "pm_internal.h"
|
||||
#include "pm"
|
||||
|
||||
#ifdef CONFIG_PM
|
||||
|
||||
|
||||
@@ -44,7 +44,7 @@
|
||||
|
||||
#include <nuttx/power/pm.h>
|
||||
|
||||
#include "pm_internal.h"
|
||||
#include "pm"
|
||||
|
||||
#ifdef CONFIG_PM
|
||||
|
||||
|
||||
@@ -44,7 +44,7 @@
|
||||
#include <nuttx/power/pm.h>
|
||||
#include <nuttx/wqueue.h>
|
||||
|
||||
#include "pm_internal.h"
|
||||
#include "pm"
|
||||
|
||||
#ifdef CONFIG_PM
|
||||
|
||||
|
||||
Reference in New Issue
Block a user