URL
https://opencores.org/ocsvn/or1k/or1k/trunk
Subversion Repositories or1k
[/] [or1k/] [trunk/] [linux/] [uClibc/] [test/] [misc/] [outb.c] - Rev 1774
Go to most recent revision | Compare with Previous | Blame | View Log
#include <sys/io.h> int main(void) { ioperm(0x340,0x342,1); outb(0x340,0x0); exit(0); }
Go to most recent revision | Compare with Previous | Blame | View Log