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
serial_max3100.h
Go to the documentation of this file.
1
/*
2
*
3
* Copyright (C) 2007 Christian Pellegrin
4
*
5
* This program is free software; you can redistribute it and/or modify
6
* it under the terms of the GNU General Public License as published by
7
* the Free Software Foundation; either version 2 of the License, or
8
* (at your option) any later version.
9
*/
10
11
12
#ifndef _LINUX_SERIAL_MAX3100_H
13
#define _LINUX_SERIAL_MAX3100_H 1
14
15
45
struct
plat_max3100
{
46
int
loopback
;
47
int
crystal
;
48
void
(*
max3100_hw_suspend
) (
int
suspend
);
49
int
poll_time
;
50
};
51
52
#endif
Generated on Thu Jan 10 2013 14:52:34 for Linux Kernel by
1.8.2