mirror of
https://github.com/apache/nuttx.git
synced 2026-06-07 17:33:08 +08:00
Create directory structures to support power-related devices
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@4321 42af7a65-404d-4744-a932-0658087f49c3
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
/****************************************************************************
|
||||
* include/nuttx/pm.h
|
||||
* include/nuttx/power/pm.h
|
||||
* NuttX Power Management Interfaces
|
||||
*
|
||||
* Copyright (C) 2011-2012 Gregory Nutt. All rights reserved.
|
||||
@@ -61,8 +61,8 @@
|
||||
* +-------+------+--------+
|
||||
*/
|
||||
|
||||
#ifndef __INCLUDE_NUTTX_PM_H
|
||||
#define __INCLUDE_NUTTX_PM_H
|
||||
#ifndef __INCLUDE_NUTTX_POWER_PM_H
|
||||
#define __INCLUDE_NUTTX_POWER_PM_H
|
||||
|
||||
/****************************************************************************
|
||||
* Included Files
|
||||
@@ -481,4 +481,4 @@ EXTERN int pm_changestate(enum pm_state_e newstate);
|
||||
# define pm_changestate(state)
|
||||
|
||||
#endif /* CONFIG_PM */
|
||||
#endif /* __INCLUDE_NUTTX_PM_H */
|
||||
#endif /* __INCLUDE_NUTTX_POWER_PM_H */
|
||||
Reference in New Issue
Block a user