Linux Kernel
3.7.1
Main Page
Related Pages
Modules
Namespaces
Data Structures
Files
File List
Globals
All
Data Structures
Namespaces
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Macros
Groups
Pages
include
linux
can
platform
ti_hecc.h
Go to the documentation of this file.
1
#ifndef __CAN_PLATFORM_TI_HECC_H__
2
#define __CAN_PLATFORM_TI_HECC_H__
3
4
/*
5
* TI HECC (High End CAN Controller) driver platform header
6
*
7
* Copyright (C) 2009 Texas Instruments Incorporated - http://www.ti.com/
8
*
9
* This program is free software; you can redistribute it and/or
10
* modify it under the terms of the GNU General Public License as
11
* published by the Free Software Foundation version 2.
12
*
13
* This program is distributed as is WITHOUT ANY WARRANTY of any
14
* kind, whether express or implied; without even the implied warranty
15
* of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
16
* GNU General Public License for more details.
17
*
18
*/
19
35
struct
ti_hecc_platform_data
{
36
u32
scc_hecc_offset
;
37
u32
scc_ram_offset
;
38
u32
hecc_ram_offset
;
39
u32
mbx_offset
;
40
u32
int_line
;
41
u32
version
;
42
void
(*
transceiver_switch
) (
int
);
43
};
44
#endif
Generated on Thu Jan 10 2013 14:51:07 for Linux Kernel by
1.8.2