2015-05-01 16:19:52 +08:00
|
|
|
/*
|
2018-10-15 01:23:33 +08:00
|
|
|
* Copyright (c) 2006-2018, RT-Thread Development Team
|
2015-05-01 16:19:52 +08:00
|
|
|
*
|
2018-10-15 01:23:33 +08:00
|
|
|
* SPDX-License-Identifier: Apache-2.0
|
2015-05-01 16:19:52 +08:00
|
|
|
*
|
|
|
|
* Change Logs:
|
|
|
|
* Date Author Notes
|
|
|
|
* 2015-02-17 Bernard First version
|
|
|
|
*/
|
|
|
|
|
2019-04-16 18:24:55 +08:00
|
|
|
#ifndef __INET_H__
|
|
|
|
#define __INET_H__
|
2015-05-01 16:19:52 +08:00
|
|
|
|
2019-04-16 18:24:55 +08:00
|
|
|
#include <netdev_ipaddr.h>
|
2015-05-01 16:19:52 +08:00
|
|
|
|
|
|
|
#endif
|