diff options
Diffstat (limited to 'drivers/block/zram/zcomp.h')
| -rw-r--r-- | drivers/block/zram/zcomp.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/block/zram/zcomp.h b/drivers/block/zram/zcomp.h index c59d1fca72c0..46e2b9f8f1f0 100644 --- a/drivers/block/zram/zcomp.h +++ b/drivers/block/zram/zcomp.h | |||
| @@ -51,6 +51,7 @@ struct zcomp { | |||
| 51 | }; | 51 | }; |
| 52 | 52 | ||
| 53 | ssize_t zcomp_available_show(const char *comp, char *buf); | 53 | ssize_t zcomp_available_show(const char *comp, char *buf); |
| 54 | bool zcomp_available_algorithm(const char *comp); | ||
| 54 | 55 | ||
| 55 | struct zcomp *zcomp_create(const char *comp, int max_strm); | 56 | struct zcomp *zcomp_create(const char *comp, int max_strm); |
| 56 | void zcomp_destroy(struct zcomp *comp); | 57 | void zcomp_destroy(struct zcomp *comp); |
