Initial code for installing our commands.

This code works to some extent, but tends to cause system hangs.

Also includes some DSI implementation fixes.
This commit is contained in:
Stephen Heumann
2017-03-31 18:04:57 -05:00
parent 65da8f895e
commit 9720f37531
10 changed files with 186 additions and 13 deletions

6
installcmds.h Normal file
View File

@@ -0,0 +1,6 @@
#ifndef INSTALLCMDS_H
#define INSTALLCMDS_H
void installCmds(void);
#endif