Fork of Smoothie to port to mbed non-LPC targets.

Dependencies:   mbed

Fork of Smoothie by Stéphane Cachat

libs/Network/uip/NetworkPublicAccess.h

Committer:
Michael J. Spencer
Date:
2014-02-28
Revision:
2:1df0b61d3b5a

File content as of revision 2:1df0b61d3b5a:

#ifndef NETWORKPUBLICACCESS_H
#define NETWORKPUBLICACCESS_H

#define network_checksum        CHECKSUM("network")
#define get_ip_checksum         CHECKSUM("getip")
#define get_ipconfig_checksum   CHECKSUM("getipconfig")

#endif