compute-runtime/shared/source/os_interface/linux/os_socket.h

11 lines
148 B
C

/*
* Copyright (C) 2020-2021 Intel Corporation
*
* SPDX-License-Identifier: MIT
*
*/
#pragma once
#include <sys/socket.h>
typedef int SOCKET;