Skip to content
Snippets Groups Projects
Commit d1909061 authored by Federico Vaga's avatar Federico Vaga
Browse files

zio-trigger.h: bugfix: missing prototype zio_trigger_abort()


Signed-off-by: default avatarFederico Vaga <federico.vaga@gmail.com>
Acked-by: default avatarAlessandro Rubini <rubini@gnudd.com>
parent d5807a98
Branches
Tags
No related merge requests found
......@@ -106,5 +106,6 @@ struct zio_trigger_operations {
};
void zio_generic_data_done(struct zio_cset *cest);
void zio_trigger_abort(struct zio_cset *cset);
#endif /* __ZIO_TRIGGER_H__ */
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment