gpiosim: add an enum representing line active state
authorBartosz Golaszewski <brgl@bgdev.pl>
Wed, 9 Mar 2022 09:14:33 +0000 (10:14 +0100)
committerBartosz Golaszewski <brgl@bgdev.pl>
Wed, 9 Mar 2022 09:14:33 +0000 (10:14 +0100)
commit54957b05724ffe786c0c18d038d9d2fedb14c5fe
tree8c29d18c7aa4ceebba032464eaa5ee8d904b86eb
parentd7d0aae7b9498e4bed566d863dda27eac90610c1
gpiosim: add an enum representing line active state

In order to avoid confusion and stress the fact that "value" represents
the logical state of a GPIO line, add a two-value enum with the names
"ACTIVE" and "INACTIVE" to the libgpiosim API.

Signed-off-by: Bartosz Golaszewski <brgl@bgdev.pl>
tests/gpiosim/gpiosim-selftest.c
tests/gpiosim/gpiosim.c
tests/gpiosim/gpiosim.h