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