mirror of
https://github.com/xcat2/xNBA.git
synced 2024-11-27 11:49:32 +00:00
Remove htons(); it is provided elsewhere in Etherboot
This commit is contained in:
parent
1c7c24f21f
commit
417e896f0a
@ -1494,11 +1494,4 @@ uip_process(u8_t flag)
|
||||
uip_len = 0;
|
||||
return;
|
||||
}
|
||||
/*-----------------------------------------------------------------------------------*/
|
||||
u16_t
|
||||
htons(u16_t val)
|
||||
{
|
||||
return HTONS(val);
|
||||
}
|
||||
/*-----------------------------------------------------------------------------------*/
|
||||
/** @} */
|
||||
|
Loading…
Reference in New Issue
Block a user