Go to the documentation of this file.
10 #ifndef OPENOCD_HELPER_SYSTEM_H
11 #define OPENOCD_HELPER_SYSTEM_H
17 #include <sys/types.h>
31 #ifdef HAVE_SYS_TIME_H
35 #ifdef HAVE_SYS_SOCKET_H
36 #include <sys/socket.h>
42 #ifdef HAVE_NETINET_IN_H
43 #include <netinet/in.h>
45 #ifdef HAVE_SYS_SELECT_H
46 #include <sys/select.h>
48 #ifdef HAVE_SYS_PARAM_H
49 #include <sys/param.h>