4ae766cf4a0cb1df98688cd605b29ccbb26cbefc
[fw/stlink] / example / stm32f4 / Projects / discovery_demo / stm32f4xx_it.h
1 /**
2   ******************************************************************************
3   * @file    stm32f4xx_it.h 
4   * @author  MCD Application Team
5   * @version V1.0.0
6   * @date    19-September-2011
7   * @brief   This file contains the headers of the interrupt handlers.
8   ******************************************************************************
9   * @attention
10   *
11   * THE PRESENT FIRMWARE WHICH IS FOR GUIDANCE ONLY AIMS AT PROVIDING CUSTOMERS
12   * WITH CODING INFORMATION REGARDING THEIR PRODUCTS IN ORDER FOR THEM TO SAVE
13   * TIME. AS A RESULT, STMICROELECTRONICS SHALL NOT BE HELD LIABLE FOR ANY
14   * DIRECT, INDIRECT OR CONSEQUENTIAL DAMAGES WITH RESPECT TO ANY CLAIMS ARISING
15   * FROM THE CONTENT OF SUCH FIRMWARE AND/OR THE USE MADE BY CUSTOMERS OF THE
16   * CODING INFORMATION CONTAINED HEREIN IN CONNECTION WITH THEIR PRODUCTS.
17   *
18   * <h2><center>&copy; COPYRIGHT 2011 STMicroelectronics</center></h2>
19   ******************************************************************************
20   */ 
21
22 /* Define to prevent recursive inclusion -------------------------------------*/
23 #ifndef __STM32F4xx_IT_H
24 #define __STM32F4xx_IT_H
25
26 #ifdef __cplusplus
27  extern "C" {
28 #endif 
29
30 /* Includes ------------------------------------------------------------------*/
31 #include "usb_conf.h"
32
33 /* Exported types ------------------------------------------------------------*/
34 /* Exported constants --------------------------------------------------------*/
35 /* Exported macro ------------------------------------------------------------*/
36 /* Exported functions ------------------------------------------------------- */
37
38 void NMI_Handler(void);
39 void HardFault_Handler(void);
40 void MemManage_Handler(void);
41 void BusFault_Handler(void);
42 void UsageFault_Handler(void);
43 void SVC_Handler(void);
44 void DebugMon_Handler(void);
45 void PendSV_Handler(void);
46 void SysTick_Handler(void);
47
48 #ifdef __cplusplus
49 }
50 #endif
51
52 #endif /* __STM32F4xx_IT_H */
53
54 /******************* (C) COPYRIGHT 2011 STMicroelectronics *****END OF FILE****/