/* * Alessandro Rubini for CERN, 2011 -- public domain *//* * These are the functions provided by the various unix files */#define POSIX_ARCH(ppg) ((struct unix_arch_data *)(ppg->arch_data))structunix_arch_data{structtimevaltv;};externintunix_net_check_pkt(structpp_globals*ppg,intdelay_ms);externvoidunix_main_loop(structpp_globals*ppg);