Important changes to repositories hosted on mbed.com
Mbed hosted mercurial repositories are deprecated and are due to be permanently deleted in July 2026.
To keep a copy of this software download the repository Zip archive or clone locally using Mercurial.
It is also possible to export all your personal repositories from the account settings page.
Fork of PicoTCP by
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 */