DEBSOURCES
Skip Quicknav
sources / intel-compute-runtime / 20.44.18297-1 / shared / source / os_interface / linux / os_socket.h
12345678910
/* * Copyright (C) 2018-2020 Intel Corporation * * SPDX-License-Identifier: MIT * */ #pragma once #include <sys/socket.h> typedef int SOCKET;