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_mbed.h Source File

pico_dev_mbed.h

00001 /*********************************************************************
00002 PicoTCP. Copyright (c) 2012 TASS Belgium NV. Some rights reserved.
00003 See LICENSE and COPYING for usage.
00004 Do not redistribute without a written permission by the Copyright
00005 holders.
00006 
00007 File: pico_dev_mbed.h
00008 Author: Toon Peters
00009 *********************************************************************/
00010 
00011 #ifndef PICO_DEV_MBED_H
00012 #define    PICO_DEV_MBED_H
00013 
00014 #include "pico_config.h"
00015 #include "pico_device.h"
00016 
00017 void pico_mbed_destroy(struct pico_device *vde);
00018 struct pico_device *pico_mbed_create(char *name);
00019 
00020 #endif    /* PICO_DEV_MBED_H */
00021