diff options
Diffstat (limited to 'include/linux/device.h')
-rw-r--r-- | include/linux/device.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/include/linux/device.h b/include/linux/device.h index c9dc458e8e50..af603a137690 100644 --- a/include/linux/device.h +++ b/include/linux/device.h | |||
@@ -344,6 +344,8 @@ struct device_type { | |||
344 | int (*uevent)(struct device *dev, char **envp, int num_envp, | 344 | int (*uevent)(struct device *dev, char **envp, int num_envp, |
345 | char *buffer, int buffer_size); | 345 | char *buffer, int buffer_size); |
346 | void (*release)(struct device *dev); | 346 | void (*release)(struct device *dev); |
347 | int (*suspend)(struct device * dev, pm_message_t state); | ||
348 | int (*resume)(struct device * dev); | ||
347 | }; | 349 | }; |
348 | 350 | ||
349 | /* interface for exporting device attributes */ | 351 | /* interface for exporting device attributes */ |