Skip to content
Snippets Groups Projects
Commit a3af4a6b authored by Alessandro Rubini's avatar Alessandro Rubini
Browse files

trivial: zio.h: added missing prototype


Signed-off-by: default avatarAlessandro Rubini <rubini@gnudd.com>
Acked-by: default avatarFederico Vaga <federico.vaga@gmail.com>
parent e864d82b
Branches
No related merge requests found
......@@ -163,6 +163,7 @@ void zio_free_device(struct zio_device *dev);
int __must_check zio_register_device(struct zio_device *zdev, const char *name,
uint32_t dev_id);
void zio_unregister_device(struct zio_device *zdev);
struct zio_device *zio_find_device(char *name, uint32_t dev_id);
/*
* zio_cset -- channel set: a group of channels with the same features
......
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