~ubuntu-branches/ubuntu/quantal/linux-lowlatency/quantal-proposed

« back to all changes in this revision

Viewing changes to drivers/staging/crystalhd/bc_dts_types.h

  • Committer: Package Import Robot
  • Author(s): Andy Whitcroft, Andy Whitcroft
  • Date: 2012-06-21 09:16:38 UTC
  • Revision ID: package-import@ubuntu.com-20120621091638-gubhv4nox8xez1ct
Tags: 3.5.0-1.1
[ Andy Whitcroft]

* Rebuild lowlatency against Ubuntu-3.5.0-1.1
* All new configuration system to allow configuration deltas to be
  exposed via debian.lowlatency/config-delta

Show diffs side-by-side

added added

removed removed

Lines of Context:
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