/* * Copyright (C) 2014 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. */ /** * @addtogroup netdev * @{ * * @file netdev/default.h * @brief Supplies the users with default values for the use of * @ref netdev * * @author Martine Lenders */ #ifndef __NETDEV_DEFAULT_H_ #define __NETDEV_DEFAULT_H_ #include "netdev/base.h" /** * @def NETDEV_DEFAULT * * @brief Default device as a pointer of netdev_t. */ #endif /* __NETDEV_DEFAULT_H_ */