summaryrefslogtreecommitdiff
path: root/dev-util/lsuio/files/lsuio-0.2.0-build.patch
blob: cef204c786f52673a84cfc47cd3a2aead33c359a (plain)
1
2
3
4
5
6
7
8
9
--- 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