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:
patacongo
2012-01-22 16:42:49 +00:00
parent e2faa15666
commit 5fa0189cee
16 changed files with 280 additions and 59 deletions
@@ -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 */