Skip to content
Permalink
master
Switch branches/tags

Name already in use

A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Go to file
 
 
Cannot retrieve contributors at this time
/******************************************************************************
* File Name: tcp_server.h
*
* Description: This file contains declaration of task and functions related to
* TCP server operation.
*
* Related Document: See README.md
*
*
*******************************************************************************
* $ Copyright 2021-2023 Cypress Semiconductor $
*******************************************************************************/
#ifndef TCP_SERVER_H_
#define TCP_SERVER_H_
/*******************************************************************************
* Function Prototypes
********************************************************************************/
void tcp_server_task(void *arg);
#endif /* TCP_SERVER_H_ */