summaryrefslogtreecommitdiff
path: root/include/linux
diff options
context:
space:
mode:
Diffstat (limited to 'include/linux')
-rw-r--r--include/linux/test-iosched.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/include/linux/test-iosched.h b/include/linux/test-iosched.h
index a444017f7282..6198b798980f 100644
--- a/include/linux/test-iosched.h
+++ b/include/linux/test-iosched.h
@@ -40,6 +40,7 @@ typedef char* (get_test_case_str_fn) (struct test_data *);
typedef void (blk_dev_test_init_fn) (void);
typedef void (blk_dev_test_exit_fn) (void);
typedef struct gendisk* (get_rq_disk_fn) (void);
+typedef bool (check_test_completion_fn) (void);
/**
* enum test_state - defines the state of the test
@@ -146,6 +147,7 @@ struct test_info {
get_test_case_str_fn *get_test_case_str_fn;
ktime_t test_duration;
get_rq_disk_fn *get_rq_disk_fn;
+ check_test_completion_fn *check_test_completion_fn;
void *data;
unsigned long test_byte_count;
};