comparison gsm-fw/bsp/abb+spi/abb_core_inth.h @ 587:cc0944d35698

gsm-fw/bsp/abb+spi/*.h: formatting fixes (line length and tabs)
author Michael Spacefalcon <msokolov@ivan.Harhan.ORG>
date Sun, 17 Aug 2014 00:08:50 +0000
parents 971e84124a6f
children
comparison
equal deleted inserted replaced
586:25a3095e8a98 587:cc0944d35698
1 /**********************************************************************************/ 1 /******************************************************************************/
2 /* TEXAS INSTRUMENTS INCORPORATED PROPRIETARY INFORMATION */ 2 /* TEXAS INSTRUMENTS INCORPORATED PROPRIETARY INFORMATION */
3 /* */ 3 /* */
4 /* Property of Texas Instruments -- For Unrestricted Internal Use Only */ 4 /* Property of Texas Instruments -- For Unrestricted Internal Use Only */
5 /* Unauthorized reproduction and/or distribution is strictly prohibited. This */ 5 /* Unauthorized reproduction and/or distribution is strictly prohibited. This*/
6 /* product is protected under copyright law and trade secret law as an */ 6 /* product is protected under copyright law and trade secret law as an*/
7 /* unpublished work. Created 1987, (C) Copyright 1997 Texas Instruments. All */ 7 /* unpublished work. Created 1987, (C) Copyright 1997 Texas Instruments. All*/
8 /* rights reserved. */ 8 /* rights reserved. */
9 /* */ 9 /* */
10 /* */ 10 /* */
11 /* Filename : abb_core_inth.h */ 11 /* Filename : abb_core_inth.h */
12 /* */ 12 /* */
13 /* Description : Functions to manage the ABB device interrupt. */ 13 /* Description : Functions to manage the ABB device interrupt. */
14 /* The Serial Port Interface is used to connect the TI */ 14 /* The Serial Port Interface is used to connect the TI */
15 /* Analog BaseBand (ABB). */ 15 /* Analog BaseBand (ABB). */
16 /* It is assumed that the ABB is connected as the SPI */ 16 /* It is assumed that the ABB is connected as the SPI */
17 /* device 0, and ABB interrupt is mapped as external IT. */ 17 /* device 0, and ABB interrupt is mapped as external IT. */
18 /* */ 18 /* */
19 /* Author : Pascal PUEL */ 19 /* Author : Pascal PUEL */
20 /* */ 20 /* */
21 /* Version number : 1.0 */ 21 /* Version number : 1.0 */
22 /* */ 22 /* */
23 /* Date and time : Jan 2003 */ 23 /* Date and time : Jan 2003 */
24 /* */ 24 /* */
25 /* Previous delta : Creation */ 25 /* Previous delta : Creation */
26 /* */ 26 /* */
27 /**********************************************************************************/ 27 /******************************************************************************/
28 /* */ 28 /* */
29 /* 17/12/03 */ 29 /* 17/12/03 */
30 /* The original abb_inth.h has been splitted between the actual abb_inth.h */ 30 /* The original abb_inth.h has been splitted between the actual abb_inth.h */
31 /* located in drv_apps directory and abb_inth_core.h located in drv_core */ 31 /* located in drv_apps directory and abb_inth_core.h located in drv_core */
32 /* directory. */ 32 /* directory. */
33 /* */ 33 /* */
34 /**********************************************************************************/ 34 /******************************************************************************/
35 35
36 #ifndef __ABB_CORE_INTH_H__ 36 #ifndef __ABB_CORE_INTH_H__
37 #define __ABB_CORE_INTH_H__ 37 #define __ABB_CORE_INTH_H__
38 38
39 #include "../../include/config.h" 39 #include "../../include/config.h"