Porting PicoTCP WIP
This commit is contained in:
16
kernel/picotcp/modules/pico_dev_radiotest.h
Normal file
16
kernel/picotcp/modules/pico_dev_radiotest.h
Normal file
@ -0,0 +1,16 @@
|
||||
/*********************************************************************
|
||||
PicoTCP. Copyright (c) 2012-2017 Altran Intelligent Systems. Some rights reserved.
|
||||
See LICENSE and COPYING for usage.
|
||||
|
||||
Authors: Daniele Lacamera, Jelle De Vleeschouwer
|
||||
*********************************************************************/
|
||||
|
||||
#ifndef INCLUDE_PICO_DEV_RADIOTEST
|
||||
#define INCLUDE_PICO_DEV_RADIOTEST
|
||||
|
||||
#include "pico_device.h"
|
||||
#include "pico_config.h"
|
||||
|
||||
struct pico_device *pico_radiotest_create(uint8_t addr, uint8_t area0, uint8_t area1, int loop, char *dump);
|
||||
|
||||
#endif /* INCLUDE_PICO_DEV_RADIOTEST */
|
||||
Reference in New Issue
Block a user