/* * Copyright (C) 2015 Martine Lenders * * This file is subject to the terms and conditions of the GNU Lesser * General Public License v2.1. See the file LICENSE in the top level * directory for more details. */ /** * @defgroup net_gnrc_ndp_host Host-specific part of router discovery. * @ingroup net_gnrc_ndp * @brief Host-specific part for the router discovery in IPv6 * neighbor discovery. * @{ * * @file * @brief Host-specific router discovery definitions * * @author Martine Lenders */ #ifndef NET_GNRC_NDP_HOST_H #define NET_GNRC_NDP_HOST_H #ifdef __cplusplus extern "C" { #endif #ifdef __cplusplus } #endif #endif /* NET_GNRC_NDP_HOST_H */ /** @} */