public inbox for linux-pm@vger.kernel.org
 help / color / mirror / Atom feed
* [PATCH 2/5] [pm] Add state field to pm_message_t (to hold actual state device is in)
@ 2006-02-18  2:03 Patrick Mochel
  2006-02-18  5:09 ` Andrew Morton
  2006-02-18 15:51 ` Pavel Machek
  0 siblings, 2 replies; 8+ messages in thread
From: Patrick Mochel @ 2006-02-18  2:03 UTC (permalink / raw)
  To: greg, torvalds, akpm; +Cc: linux-pm, linux-kernel

[-- Attachment #1: Type: TEXT/PLAIN, Size: 497 bytes --]


Signed-off-by: Patrick Mochel <mochel@linux.intel.com>

---

 include/linux/pm.h |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

applies-to: 1ac50ba99ca37c65bdf3643c4056c246e401c18a
63b8e7f0896ce93834ac60c15df954b1e6d45e56
diff --git a/include/linux/pm.h b/include/linux/pm.h
index 5be87ba..a7324ea 100644
--- a/include/linux/pm.h
+++ b/include/linux/pm.h
@@ -140,6 +140,7 @@ struct device;

 typedef struct pm_message {
 	int event;
+	u32 state;
 } pm_message_t;

 /*
---
0.99.9.GIT

[-- Attachment #2: Type: text/plain, Size: 0 bytes --]



^ permalink raw reply related	[flat|nested] 8+ messages in thread

end of thread, other threads:[~2006-02-19 23:57 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2006-02-18  2:03 [PATCH 2/5] [pm] Add state field to pm_message_t (to hold actual state device is in) Patrick Mochel
2006-02-18  5:09 ` Andrew Morton
2006-02-18  5:45   ` Patrick Mochel
2006-02-18  6:10     ` Andrew Morton
2006-02-18  6:56       ` Patrick Mochel
2006-02-18 15:51 ` Pavel Machek
2006-02-18 20:15   ` [linux-pm] " Alan Stern
2006-02-19 23:57   ` Patrick Mochel

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox