Dependents:   SimpleLCDClock readCard2Twitter_http AnalogClock_StepperMotor_NTP ServoCamV1

drv/eth/eth_drv.h

Committer:
donatien
Date:
2010-05-24
Revision:
0:3717b703f76d
Child:
1:e52ec2a24c6a

File content as of revision 0:3717b703f76d:

#ifndef ETHDRV_H
#define ETHDRV_H

#ifdef __cplusplus
extern "C" {
#endif

void eth_poll();
err_t eth_init(struct netif* netif);
void eth_address(char* mac);
void eth_free();

#ifdef __cplusplus
};
#endif

#endif