2
0
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:
Michael Brown 2006-03-22 01:25:43 +00:00
parent 1c7c24f21f
commit 417e896f0a

View File

@ -1494,11 +1494,4 @@ uip_process(u8_t flag)
uip_len = 0;
return;
}
/*-----------------------------------------------------------------------------------*/
u16_t
htons(u16_t val)
{
return HTONS(val);
}
/*-----------------------------------------------------------------------------------*/
/** @} */