[core] refactored to centralize the lookup and reset code

This commit is contained in:
Geoffrey McRae
2020-11-12 08:14:42 +11:00
parent edda7f02a5
commit cacf13399f
8 changed files with 103 additions and 76 deletions

View File

@@ -22,7 +22,7 @@ Place, Suite 330, Boston, MA 02111-1307 USA
#include <unistd.h>
#include <fcntl.h>
#include <sys/ioctl.h>
#include "vendor-reset.h"
#include "vendor-reset-ioctl.h"
#include "ucommon.h"
void help_(const char *prog);