radare2/libr/syscall/ioports.c
pancake 124786c1ac * Added 'drd' command to show only modified regs
* Added r_list_foreach_prev()
* Add RSyscallPort to handle Hardware I/O ports
* Remove libr/TODO and refactor /TODO
* Link with 'ld' in rarc2-tool for nasm
2010-09-24 16:45:56 +02:00

7 lines
90 B
C

#include "r_syscall.h"
RSyscallPort sysport_x86[] = {
{ 0x378, "lp1" },
{ 0, NULL }
};