#include <sys/io.h>
#include <sys/types.h>
#include <unistd.h>
#include <stdlib.h>
#include <errno.h>
#include <stdio.h>
Functions | |
int | enable_parallel_ioport_access (int which) |
enable direct parallel port io access from user land. is in [0,2] and specifies which parallel port to access. | |
bool | reset_eids () |
int | main (int argc, char **argv) |
|
enable direct parallel port io access from user land.
|
|
|
|
|