21#ifndef REDPITAYA_COMMON_H
22#define REDPITAYA_COMMON_H
30#define INVSOC INVALID_SOCKET
36#include <sys/socket.h>
37#include <sys/select.h>
38#include <netinet/in.h>
46#if defined(__APPLE__) || defined(__MACH__)
48#define MSG_NOSIGNAL SO_NOSIGPIPE
void redpitaya_send_command(SOCKET socket, uint32_t command)
#define SOCKET
Definition redpitaya_common.h:41