PM: Some cosmetic updates

This commit is contained in:
Gregory Nutt
2016-03-27 13:37:28 -06:00
parent 54dbec248e
commit fbaee9db34
6 changed files with 11 additions and 3 deletions
+1 -1
Submodule arch updated: d5fbee3036...3bdc50ab54
+1 -1
Submodule configs updated: 11a38b2912...bc630b39f5
+1 -1
View File
@@ -210,7 +210,7 @@ EXTERN struct pm_global_s g_pmglobals;
*
****************************************************************************/
EXTERN void pm_update(int domain, int16_t accum);
void pm_update(int domain, int16_t accum);
#undef EXTERN
#if defined(__cplusplus)
+3
View File
@@ -39,6 +39,9 @@
#include <nuttx/config.h>
#include <stdint.h>
#include <assert.h>
#include <nuttx/power/pm.h>
#include <nuttx/clock.h>
#include <nuttx/irq.h>
+3
View File
@@ -39,6 +39,9 @@
#include <nuttx/config.h>
#include <queue.h>
#include <assert.h>
#include <nuttx/power/pm.h>
#include <nuttx/irq.h>
+2
View File
@@ -39,6 +39,8 @@
#include <nuttx/config.h>
#include <assert.h>
#include <nuttx/power/pm.h>
#include <nuttx/clock.h>
#include <nuttx/irq.h>