mirror of
https://github.com/radareorg/radare2.git
synced 2024-12-02 02:06:46 +00:00
124786c1ac
* 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
7 lines
90 B
C
7 lines
90 B
C
#include "r_syscall.h"
|
|
|
|
RSyscallPort sysport_x86[] = {
|
|
{ 0x378, "lp1" },
|
|
{ 0, NULL }
|
|
};
|