eafd83b41cf0f814bf9df5f7ee4a9a8af706dc9d
[pandora-kernel.git] / drivers / staging / unisys / include / commontypes.h
1 /* Copyright (C) 2010 - 2013 UNISYS CORPORATION
2  * All rights reserved.
3  *
4  * This program is free software; you can redistribute it and/or modify
5  * it under the terms of the GNU General Public License as published by
6  * the Free Software Foundation; either version 2 of the License, or (at
7  * your option) any later version.
8  *
9  * This program is distributed in the hope that it will be useful, but
10  * WITHOUT ANY WARRANTY; without even the implied warranty of
11  * MERCHANTABILITY OR FITNESS FOR A PARTICULAR PURPOSE, GOOD TITLE or
12  * NON INFRINGEMENT.  See the GNU General Public License for more
13  * details.
14  */
15
16 #ifndef _COMMONTYPES_H_
17 #define _COMMONTYPES_H_
18
19 /* define the following to prevent include nesting in kernel header files of
20  * similar abbreviated content */
21 #define _SUPERVISOR_COMMONTYPES_H_
22
23 #include <linux/types.h>
24 #include <linux/version.h>
25 #include <linux/io.h>
26 #include <linux/uuid.h>
27
28 #endif
29