further implemented bootp protocol

This commit is contained in:
Markus Fröschle
2013-12-24 10:41:43 +00:00
parent 7addadeb70
commit c1ff9a7181
8 changed files with 427 additions and 524 deletions

View File

@@ -1,6 +1,6 @@
/*
* File: net.h
* Purpose: Network definitions and prototypes for dBUG.
* Purpose: Network definitions and prototypes for BaS.
*
* Notes:
*/
@@ -24,7 +24,7 @@
/********************************************************************/
int net_init(void);
extern int net_init(void);
/********************************************************************/