Improve generic & stm32f4 demos
[lwext4.git] / demos / stm32f429_disco / stm / usb_user / stm32f4xx_it.h
1 /**\r
2   ******************************************************************************\r
3   * @file    FatFs/FatFs_USBDisk/Inc/stm32f4xx_it.h \r
4   * @author  MCD Application Team\r
5   * @version V1.0.1\r
6   * @date    26-February-2014\r
7   * @brief   This file contains the headers of the interrupt handlers.\r
8   ******************************************************************************\r
9   * @attention\r
10   *\r
11   * <h2><center>&copy; COPYRIGHT(c) 2014 STMicroelectronics</center></h2>\r
12   *\r
13   * Licensed under MCD-ST Liberty SW License Agreement V2, (the "License");\r
14   * You may not use this file except in compliance with the License.\r
15   * You may obtain a copy of the License at:\r
16   *\r
17   *        http://www.st.com/software_license_agreement_liberty_v2\r
18   *\r
19   * Unless required by applicable law or agreed to in writing, software \r
20   * distributed under the License is distributed on an "AS IS" BASIS, \r
21   * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.\r
22   * See the License for the specific language governing permissions and\r
23   * limitations under the License.\r
24   *\r
25   ******************************************************************************\r
26   */\r
27 \r
28 /* Define to prevent recursive inclusion -------------------------------------*/\r
29 #ifndef __STM32F4xx_IT_H\r
30 #define __STM32F4xx_IT_H\r
31 \r
32 #ifdef __cplusplus\r
33  extern "C" {\r
34 #endif \r
35 \r
36 /* Includes ------------------------------------------------------------------*/\r
37 \r
38 \r
39 /* Exported types ------------------------------------------------------------*/\r
40 /* Exported constants --------------------------------------------------------*/\r
41 /* Exported macro ------------------------------------------------------------*/\r
42 /* Exported functions ------------------------------------------------------- */\r
43 \r
44 void NMI_Handler(void);\r
45 void HardFault_Handler(void);\r
46 void MemManage_Handler(void);\r
47 void BusFault_Handler(void);\r
48 void UsageFault_Handler(void);\r
49 void SVC_Handler(void);\r
50 void DebugMon_Handler(void);\r
51 void PendSV_Handler(void);\r
52 void SysTick_Handler(void);\r
53 void OTG_HS_IRQHandler(void);\r
54 #ifdef __cplusplus\r
55 }\r
56 #endif\r
57 \r
58 #endif /* __STM32F4xx_IT_H */\r
59 \r
60 /************************ (C) COPYRIGHT STMicroelectronics *****END OF FILE****/\r