Linux Kernel  3.7.1
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
types.h
Go to the documentation of this file.
1 /* industrial I/O data types needed both in and out of kernel
2  *
3  * Copyright (c) 2008 Jonathan Cameron
4  *
5  * This program is free software; you can redistribute it and/or modify it
6  * under the terms of the GNU General Public License version 2 as published by
7  * the Free Software Foundation.
8  */
9 
10 #ifndef _IIO_TYPES_H_
11 #define _IIO_TYPES_H_
12 
31 };
32 
54 };
55 
56 #define IIO_VAL_INT 1
57 #define IIO_VAL_INT_PLUS_MICRO 2
58 #define IIO_VAL_INT_PLUS_NANO 3
59 #define IIO_VAL_INT_PLUS_MICRO_DB 4
60 #define IIO_VAL_FRACTIONAL 10
61 
62 #endif /* _IIO_TYPES_H_ */