speakup: lower default software speech rate
[pandora-kernel.git] / drivers / staging / crystalhd / bc_dts_types.h
1 /********************************************************************
2  * Copyright(c) 2006-2009 Broadcom Corporation.
3  *
4  *  Name: bc_dts_types.h
5  *
6  *  Description: Data types
7  *
8  *  AU
9  *
10  *  HISTORY:
11  *
12  ********************************************************************
13  * This header is free software: you can redistribute it and/or modify
14  * it under the terms of the GNU Lesser General Public License as published
15  * by the Free Software Foundation, either version 2.1 of the License.
16  *
17  * This header is distributed in the hope that it will be useful,
18  * but WITHOUT ANY WARRANTY; without even the implied warranty of
19  * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
20  * GNU Lesser General Public License for more details.
21  * You should have received a copy of the GNU Lesser General Public License
22  * along with this header.  If not, see <http://www.gnu.org/licenses/>.
23  *******************************************************************/
24
25 #ifndef _BC_DTS_TYPES_H_
26 #define _BC_DTS_TYPES_H_
27
28 #include <stdint.h>
29
30 #ifndef TRUE
31         #define TRUE            1
32 #endif
33
34 #ifndef FALSE
35         #define FALSE           0
36 #endif
37
38 #define TEXT
39
40 #endif