opnsense-src/sys/dev/vt/hw/fb
Toomas Soome 29f7096df9 vt: use proper return value check with TUNABLE_INT_FETCH
The TUNABLE_INT_FETCH is macro around getenv_int() and we will get
return value 0 or 1 for failure or success, we can use it to decide
which background color to use.
2019-09-26 07:14:54 +00:00
..
vt_early_fb.c
vt_fb.c vt: use proper return value check with TUNABLE_INT_FETCH 2019-09-26 07:14:54 +00:00
vt_fb.h