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

2
arch

@ -1 +1 @@
Subproject commit d5fbee30366a95c69d6c2fab19b2c52f48b73137
Subproject commit 3bdc50ab54041c2b730d31c646df44261c7a7cae

@ -1 +1 @@
Subproject commit 11a38b291293ba4fc18e91343b4a0ca94edf670d
Subproject commit bc630b39f5dc935b40397b72a14e4f729afa3e08

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)

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>

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>

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>