mirror of
https://github.com/gnif/vendor-reset.git
synced 2026-06-27 22:14:28 +02:00
Add structure for common pre- and post-reset tasks
This commit is contained in:
@@ -16,12 +16,12 @@ this program; if not, write to the Free Software Foundation, Inc., 59 Temple
|
||||
Place, Suite 330, Boston, MA 02111-1307 USA
|
||||
*/
|
||||
|
||||
#include "../include/vendor-reset.h"
|
||||
#include <stdio.h>
|
||||
#include <stdlib.h>
|
||||
#include <unistd.h>
|
||||
#include <fcntl.h>
|
||||
#include <sys/ioctl.h>
|
||||
#include "vendor-reset.h"
|
||||
|
||||
int main(int argc, char * argv[])
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user