diff options
| author | Andreas Gruenbacher <agruen@linbit.com> | 2011-09-01 07:18:31 -0400 |
|---|---|---|
| committer | Philipp Reisner <philipp.reisner@linbit.com> | 2014-02-17 10:50:37 -0500 |
| commit | d9f65229f6257842eb7badef015719432b3d16a6 (patch) | |
| tree | 60b5b8f841f47264d1ef35f537e45016c9e9608a /include/linux | |
| parent | 137975c13c79f6048aa33a0bf5c7656356ca1e8b (diff) | |
drbd: Move string function prototypes from linux/drbd.h to drbd_string.h
Signed-off-by: Andreas Gruenbacher <agruen@linbit.com>
Signed-off-by: Philipp Reisner <philipp.reisner@linbit.com>
Diffstat (limited to 'include/linux')
| -rw-r--r-- | include/linux/drbd.h | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/include/linux/drbd.h b/include/linux/drbd.h index 6f60136da873..3dbe9bd57a09 100644 --- a/include/linux/drbd.h +++ b/include/linux/drbd.h | |||
| @@ -327,12 +327,6 @@ enum drbd_state_rv { | |||
| 327 | SS_AFTER_LAST_ERROR = -22, /* Keep this at bottom */ | 327 | SS_AFTER_LAST_ERROR = -22, /* Keep this at bottom */ |
| 328 | }; | 328 | }; |
| 329 | 329 | ||
| 330 | /* from drbd_strings.c */ | ||
| 331 | extern const char *drbd_conn_str(enum drbd_conns); | ||
| 332 | extern const char *drbd_role_str(enum drbd_role); | ||
| 333 | extern const char *drbd_disk_str(enum drbd_disk_state); | ||
| 334 | extern const char *drbd_set_st_err_str(enum drbd_state_rv); | ||
| 335 | |||
| 336 | #define SHARED_SECRET_MAX 64 | 330 | #define SHARED_SECRET_MAX 64 |
| 337 | 331 | ||
| 338 | #define MDF_CONSISTENT (1 << 0) | 332 | #define MDF_CONSISTENT (1 << 0) |
