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

Fork of PicoTCP by Daniele Lacamera

modules/pico_dev_loop.h

Committer:
tass
Date:
2013-05-17
Revision:
1:cfe8984a32b4
Parent:
libraries/picotcp/modules/pico_dev_loop.h@ 0:d7f2341ab245

File content as of revision 1:cfe8984a32b4:

/*********************************************************************
PicoTCP. Copyright (c) 2012 TASS Belgium NV. Some rights reserved.
See LICENSE and COPYING for usage.

*********************************************************************/
#ifndef _INCLUDE_PICO_LOOP
#define _INCLUDE_PICO_LOOP
#include "pico_config.h"
#include "pico_device.h"

void pico_loop_destroy(struct pico_device *loop);
struct pico_device *pico_loop_create(void);

#endif