summaryrefslogtreecommitdiff
blob: 640b07cce79da6005d828d0fae5e6fb3e3c83207 (plain)
1
2
3
4
5
6
7
8
9
--- a/uio_helper.h
+++ b/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