net: Initial commit for the new IP stack
This is a placeholder that compiles but does nothing else. Change-Id: I9689fa26eb13bc23d29940938f7b3c11f32b2ff1 Signed-off-by: Jukka Rissanen <jukka.rissanen@linux.intel.com>
This commit is contained in:
parent
96c4a4b3a3
commit
a3b88f53c4
7 changed files with 116 additions and 0 deletions
|
@ -14,4 +14,8 @@
|
|||
* limitations under the License.
|
||||
*/
|
||||
|
||||
#if defined(CONFIG_NET_YAIP)
|
||||
#include <net/yaip/net_core.h>
|
||||
#else
|
||||
#include <net/uip/net_core.h>
|
||||
#endif
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue