2017-05-23 Fred Gleason <fredg@paravelsystems.com>

* Modified ripcd(8) to allow switcher drivers to execute cleanup
	code at program shutdown.
This commit is contained in:
Fred Gleason
2017-05-23 10:43:34 -04:00
parent 3b14fbfa10
commit c50be5b262
3 changed files with 28 additions and 9 deletions

View File

@@ -15801,3 +15801,6 @@
* Added an 'RDMatrix::KernelGpio' element to the 'RDMatrix::Type enum.
* Implemented a Kernel GPIO switcher driver in 'ripcd/kernelgpio.cpp'
and 'ripcd/kernelgpio.h'.
2017-05-23 Fred Gleason <fredg@paravelsystems.com>
* Modified ripcd(8) to allow switcher drivers to execute cleanup
code at program shutdown.