Free (GPLv2) TCP/IP stack developed by TASS Belgium

Dependents:   lpc1768-picotcp-demo ZeroMQ_PicoTCP_Publisher_demo TCPSocket_HelloWorld_PicoTCP Pico_TCP_UDP_Test ... more

Embed: (wiki syntax)

« Back to documentation index

Show/hide line numbers pico_dev_loop.h Source File

pico_dev_loop.h

00001 /*********************************************************************
00002    PicoTCP. Copyright (c) 2012-2015 Altran Intelligent Systems. Some rights reserved.
00003    See LICENSE and COPYING for usage.
00004 
00005  *********************************************************************/
00006 #ifndef INCLUDE_PICO_LOOP
00007 #define INCLUDE_PICO_LOOP
00008 #include "pico_config.h"
00009 #include "pico_device.h"
00010 
00011 void pico_loop_destroy(struct pico_device *loop);
00012 struct pico_device *pico_loop_create(void);
00013 
00014 #endif
00015