Linux Kernel  3.7.1
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
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;
49  int poll_time;
50 };
51 
52 #endif