diff options
Diffstat (limited to 'include/linux/device-mapper.h')
-rw-r--r-- | include/linux/device-mapper.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/include/linux/device-mapper.h b/include/linux/device-mapper.h index d44a99650af3..8cbc46b8e3db 100644 --- a/include/linux/device-mapper.h +++ b/include/linux/device-mapper.h | |||
@@ -57,6 +57,7 @@ typedef int (*dm_endio_fn) (struct dm_target *ti, | |||
57 | 57 | ||
58 | typedef void (*dm_presuspend_fn) (struct dm_target *ti); | 58 | typedef void (*dm_presuspend_fn) (struct dm_target *ti); |
59 | typedef void (*dm_postsuspend_fn) (struct dm_target *ti); | 59 | typedef void (*dm_postsuspend_fn) (struct dm_target *ti); |
60 | typedef int (*dm_preresume_fn) (struct dm_target *ti); | ||
60 | typedef void (*dm_resume_fn) (struct dm_target *ti); | 61 | typedef void (*dm_resume_fn) (struct dm_target *ti); |
61 | 62 | ||
62 | typedef int (*dm_status_fn) (struct dm_target *ti, status_type_t status_type, | 63 | typedef int (*dm_status_fn) (struct dm_target *ti, status_type_t status_type, |
@@ -92,6 +93,7 @@ struct target_type { | |||
92 | dm_endio_fn end_io; | 93 | dm_endio_fn end_io; |
93 | dm_presuspend_fn presuspend; | 94 | dm_presuspend_fn presuspend; |
94 | dm_postsuspend_fn postsuspend; | 95 | dm_postsuspend_fn postsuspend; |
96 | dm_preresume_fn preresume; | ||
95 | dm_resume_fn resume; | 97 | dm_resume_fn resume; |
96 | dm_status_fn status; | 98 | dm_status_fn status; |
97 | dm_message_fn message; | 99 | dm_message_fn message; |