URL
https://opencores.org/ocsvn/openrisc_2011-10-31/openrisc_2011-10-31/trunk
Subversion Repositories openrisc_2011-10-31
[/] [openrisc/] [trunk/] [rtos/] [freertos-6.1.1/] [Demo/] [Common/] [drivers/] [ST/] [STM32F10xFWLib/] [inc/] [stm32fxxx_eth_lib.h] - Rev 637
Go to most recent revision | Compare with Previous | Blame | View Log
/******************** (C) COPYRIGHT 2008 STMicroelectronics ******************** * File Name : stm32fxxx_eth_lib.h * Author : MCD Application Team * Version : V2.0.2 * Date : 07/11/2008 * Description : This file includes the peripherals header files in the * user application. ******************************************************************************** * THE PRESENT FIRMWARE WHICH IS FOR GUIDANCE ONLY AIMS AT PROVIDING CUSTOMERS * WITH CODING INFORMATION REGARDING THEIR PRODUCTS IN ORDER FOR THEM TO SAVE TIME. * AS A RESULT, STMICROELECTRONICS SHALL NOT BE HELD LIABLE FOR ANY DIRECT, * INDIRECT OR CONSEQUENTIAL DAMAGES WITH RESPECT TO ANY CLAIMS ARISING FROM THE * CONTENT OF SUCH FIRMWARE AND/OR THE USE MADE BY CUSTOMERS OF THE CODING * INFORMATION CONTAINED HEREIN IN CONNECTION WITH THEIR PRODUCTS. *******************************************************************************/ /* Define to prevent recursive inclusion -------------------------------------*/ #ifndef __STM32FXXX_ETH_LIB_H #define __STM32FXXX_ETH_LIB_H /* Includes ------------------------------------------------------------------*/ #include "stm32fxxx_eth_map.h" #ifdef _ETH_MAC //RP_Modif #include "ipport.h" #include "netbuf.h" #include "stm32fxxx_eth.h" #endif /*_ETH_MAC */ /* Exported types ------------------------------------------------------------*/ /* Exported constants --------------------------------------------------------*/ /* Exported macro ------------------------------------------------------------*/ /* Exported functions ------------------------------------------------------- */ void eth_debug(void); #endif /* __STM32FXXX_ETH_LIB_H */ /******************* (C) COPYRIGHT 2008 STMicroelectronics *****END OF FILE****/
Go to most recent revision | Compare with Previous | Blame | View Log