You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
gentoo-overlay/dev-util/lsuio/files/lsuio-0.2.0-build.patch

10 lines
259 B

--- uio_helper.h
+++ uio_helper.h
@@ -68,5 +68,6 @@
void uio_free_dev_attrs(struct uio_info_t* info);
void uio_free_info(struct uio_info_t* info);
struct uio_info_t* uio_find_devices(int filter_num);
+void uio_mmap_test(struct uio_info_t* info);
#endif