![]() |
vt52-fpga
1.0.0 Initial
vt52-fpga is a serial terminal implemented on a FPGA
|
#include <stdio.h>#include <unistd.h>#include <fcntl.h>#include <errno.h>#include <sys/ioctl.h>#include <linux/usbdevice_fs.h>
Go to the source code of this file.
Functions | |
| int | main (int argc, char **argv) |
| int main | ( | int | argc, |
| char ** | argv | ||
| ) |
Definition at line 12 of file usbreset.c.