OpenCores
URL https://opencores.org/ocsvn/openrisc/openrisc/trunk

Subversion Repositories openrisc

[/] [openrisc/] [trunk/] [rtos/] [freertos-6.1.1/] [Demo/] [Common/] [drivers/] [ST/] [STM32F10xFWLib/] [inc/] [stm32fxxx_eth_lib.h] - Blame information for rev 608

Details | Compare with Previous | View Log

Line No. Rev Author Line
1 608 jeremybenn
/******************** (C) COPYRIGHT 2008 STMicroelectronics ********************
2
* File Name          : stm32fxxx_eth_lib.h
3
* Author             : MCD Application Team
4
* Version            : V2.0.2
5
* Date               : 07/11/2008
6
* Description        : This file includes the peripherals header files in the
7
*                      user application.
8
********************************************************************************
9
* THE PRESENT FIRMWARE WHICH IS FOR GUIDANCE ONLY AIMS AT PROVIDING CUSTOMERS
10
* WITH CODING INFORMATION REGARDING THEIR PRODUCTS IN ORDER FOR THEM TO SAVE TIME.
11
* AS A RESULT, STMICROELECTRONICS SHALL NOT BE HELD LIABLE FOR ANY DIRECT,
12
* INDIRECT OR CONSEQUENTIAL DAMAGES WITH RESPECT TO ANY CLAIMS ARISING FROM THE
13
* CONTENT OF SUCH FIRMWARE AND/OR THE USE MADE BY CUSTOMERS OF THE CODING
14
* INFORMATION CONTAINED HEREIN IN CONNECTION WITH THEIR PRODUCTS.
15
*******************************************************************************/
16
 
17
/* Define to prevent recursive inclusion -------------------------------------*/
18
#ifndef __STM32FXXX_ETH_LIB_H
19
#define __STM32FXXX_ETH_LIB_H
20
 
21
/* Includes ------------------------------------------------------------------*/
22
#include "stm32fxxx_eth_map.h"
23
 
24
#ifdef _ETH_MAC
25
//RP_Modif
26
  #include "ipport.h"
27
  #include "netbuf.h"
28
  #include "stm32fxxx_eth.h"
29
#endif /*_ETH_MAC */
30
 
31
/* Exported types ------------------------------------------------------------*/
32
/* Exported constants --------------------------------------------------------*/
33
/* Exported macro ------------------------------------------------------------*/
34
/* Exported functions ------------------------------------------------------- */
35
void eth_debug(void);
36
 
37
#endif /* __STM32FXXX_ETH_LIB_H */
38
 
39
/******************* (C) COPYRIGHT 2008 STMicroelectronics *****END OF FILE****/

powered by: WebSVN 2.1.0

© copyright 1999-2024 OpenCores.org, equivalent to Oliscience, all rights reserved. OpenCores®, registered trademark.