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
of_serial.h
Go to the documentation of this file.
1
#ifndef __LINUX_OF_SERIAL_H
2
#define __LINUX_OF_SERIAL_H
3
4
/*
5
* FIXME remove this file when tegra finishes conversion to open firmware,
6
* expectation is that all quirks will then be self-contained in
7
* drivers/tty/serial/of_serial.c.
8
*/
9
#ifdef CONFIG_ARCH_TEGRA
10
extern
void
tegra_serial_handle_break(
struct
uart_port
*
port
);
11
#else
12
static
inline
void
tegra_serial_handle_break(
struct
uart_port
*
port
)
13
{
14
}
15
#endif
16
17
#endif
/* __LINUX_OF_SERIAL */
Generated on Thu Jan 10 2013 14:52:15 for Linux Kernel by
1.8.2