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_loop.h@1:cfe8984a32b4, 2013-05-17 (annotated)
- Committer:
- tass
- Date:
- Fri May 17 12:09:59 2013 +0000
- Revision:
- 1:cfe8984a32b4
- Parent:
- libraries/picotcp/modules/pico_dev_loop.h@0:d7f2341ab245
Update for smaller SOCKETQ
Who changed what in which revision?
User | Revision | Line number | New contents of line |
---|---|---|---|
daniele | 0:d7f2341ab245 | 1 | /********************************************************************* |
daniele | 0:d7f2341ab245 | 2 | PicoTCP. Copyright (c) 2012 TASS Belgium NV. Some rights reserved. |
daniele | 0:d7f2341ab245 | 3 | See LICENSE and COPYING for usage. |
daniele | 0:d7f2341ab245 | 4 | |
daniele | 0:d7f2341ab245 | 5 | *********************************************************************/ |
daniele | 0:d7f2341ab245 | 6 | #ifndef _INCLUDE_PICO_LOOP |
daniele | 0:d7f2341ab245 | 7 | #define _INCLUDE_PICO_LOOP |
daniele | 0:d7f2341ab245 | 8 | #include "pico_config.h" |
daniele | 0:d7f2341ab245 | 9 | #include "pico_device.h" |
daniele | 0:d7f2341ab245 | 10 | |
daniele | 0:d7f2341ab245 | 11 | void pico_loop_destroy(struct pico_device *loop); |
daniele | 0:d7f2341ab245 | 12 | struct pico_device *pico_loop_create(void); |
daniele | 0:d7f2341ab245 | 13 | |
daniele | 0:d7f2341ab245 | 14 | #endif |
daniele | 0:d7f2341ab245 | 15 |