mirror of
https://github.com/ipxe/ipxe
synced 2025-12-14 16:01:38 +03:00
Remove htons(); it is provided elsewhere in Etherboot
This commit is contained in:
@@ -1494,11 +1494,4 @@ uip_process(u8_t flag)
|
||||
uip_len = 0;
|
||||
return;
|
||||
}
|
||||
/*-----------------------------------------------------------------------------------*/
|
||||
u16_t
|
||||
htons(u16_t val)
|
||||
{
|
||||
return HTONS(val);
|
||||
}
|
||||
/*-----------------------------------------------------------------------------------*/
|
||||
/** @} */
|
||||
|
||||
Reference in New Issue
Block a user