Rename many functions in net/devif from uip_* to devif_*

This commit is contained in:
Gregory Nutt
2014-06-28 18:36:09 -06:00
parent 5790c94ba3
commit 8e706eb4ff
29 changed files with 94 additions and 92 deletions

View File

@@ -118,6 +118,6 @@ void devif_initialize(void)
{
/* Initialize callback support */
uip_callbackinit();
devif_callback_init();
}
#endif /* CONFIG_NET */