Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 87268
b: refs/heads/master
c: a99d9a6
h: refs/heads/master
v: v3
  • Loading branch information
Tony Breeds authored and Paul Mackerras committed Mar 12, 2008
1 parent c305897 commit 1718aad
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 07c941d00087581c9553661c2c4fb593da37f525
refs/heads/master: a99d9a6ebdf8328d5c61ca9f1038f4815e25720e
7 changes: 7 additions & 0 deletions trunk/include/linux/pmu.h
Original file line number Diff line number Diff line change
Expand Up @@ -147,8 +147,15 @@ extern void pmu_wait_complete(struct adb_request *req);
/* For use before switching interrupts off for a long time;
* warning: not stackable
*/
#if defined(CONFIG_ADB_PMU)
extern void pmu_suspend(void);
extern void pmu_resume(void);
#else
static inline void pmu_suspend(void)
{}
static inline void pmu_resume(void)
{}
#endif

extern void pmu_enable_irled(int on);

Expand Down

0 comments on commit 1718aad

Please sign in to comment.