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

Fork of PicoTCP by Daniele Lacamera

modules/pico_dev_mbed.h

Committer:
daniele
Date:
2013-08-03
Revision:
51:18637a3d071f
Parent:
3:b4047e8a0123

File content as of revision 51:18637a3d071f:

/*********************************************************************
PicoTCP. Copyright (c) 2012 TASS Belgium NV. Some rights reserved.
See LICENSE and COPYING for usage.
Do not redistribute without a written permission by the Copyright
holders.

File: pico_dev_mbed.h
Author: Toon Peters
*********************************************************************/

#ifndef PICO_DEV_MBED_H
#define    PICO_DEV_MBED_H

#include "pico_config.h"
#include "pico_device.h"

void pico_mbed_destroy(struct pico_device *vde);
struct pico_device *pico_mbed_create(char *name);

#endif    /* PICO_DEV_MBED_H */