# gioctl [](http://godoc.org/github.com/wolfeidau/gioctl)
Simple library which provides golang versions of the ioctl macros in linux.
# References
* https://github.com/luismesas/goPi started with the IOCTL stuff from this project initally.
* http://www.circlemud.org/jelson/software/fusd/docs/node31.html good information on IOCTL macros.
# License
This code is Copyright (c) 2014 Mark Wolfe and licenced under the MIT licence. All rights not explicitly granted in the MIT license are reserved. See the included LICENSE.md file for more details.
|