core: put the line request configuration into a structure
authorBartosz Golaszewski <bartekgola@gmail.com>
Wed, 4 Jan 2017 16:52:26 +0000 (17:52 +0100)
committerBartosz Golaszewski <bartekgola@gmail.com>
Wed, 4 Jan 2017 16:52:26 +0000 (17:52 +0100)
commit94cd7cd18b06e1bc1e2a1af055807d393c2f9965
tree61cbcda7092e54eb9138f2193816dd9d026e53b7
parent0e7793202d05eae54e910f14aaa2d32070a781ae
core: put the line request configuration into a structure

The base routine for line requesting should have all config parameters
packed in a single structure. Future request helpers will simplify
this.

Signed-off-by: Bartosz Golaszewski <bartekgola@gmail.com>
core.c
gpiod.h
gpioset.c