summaryrefslogtreecommitdiff
path: root/include/linux/qnxtypes.h
diff options
context:
space:
mode:
authorLinus Torvalds <torvalds@linux-foundation.org>2009-01-07 21:11:28 (GMT)
committerLinus Torvalds <torvalds@linux-foundation.org>2009-01-07 21:11:28 (GMT)
commitc6906a2cb7cc318a56f6c335a2c4a3b004dd9e04 (patch)
tree387eb7a58f56e5138040831fe931ff067cebb947 /include/linux/qnxtypes.h
parent8903709b054a8dafe4e8c6d9a6444034d7aba36f (diff)
parentbaa91878ab9b0f1cdb7ab03b53ee2e4389245644 (diff)
downloadlinux-fsl-qoriq-c6906a2cb7cc318a56f6c335a2c4a3b004dd9e04.tar.xz
Merge git://git.kernel.org/pub/scm/linux/kernel/git/sam/kbuild-fixes
* git://git.kernel.org/pub/scm/linux/kernel/git/sam/kbuild-fixes: kbuild: fix typos (s/bin_shipped/bin.o_shipped/) in Documentation kbuild: add a symlink to the source for separate objdirs kconfig: add script to manipulate .config files on the command line kbuild: reintroduce ALLSOURCE_ARCHS support for tags/cscope bootchart: improve output based on Dave Jones' feedback fix modules_install via NFS qnx: include <linux/types.h> for definitions of __[us]{8,16,32,64} types
Diffstat (limited to 'include/linux/qnxtypes.h')
-rw-r--r--include/linux/qnxtypes.h5
1 files changed, 2 insertions, 3 deletions
diff --git a/include/linux/qnxtypes.h b/include/linux/qnxtypes.h
index a3eb113..bebbe5c 100644
--- a/include/linux/qnxtypes.h
+++ b/include/linux/qnxtypes.h
@@ -2,9 +2,6 @@
* Name : qnxtypes.h
* Author : Richard Frowijn
* Function : standard qnx types
- * Version : 1.0.2
- * Last modified : 2000-01-06
- *
* History : 22-03-1998 created
*
*/
@@ -12,6 +9,8 @@
#ifndef _QNX4TYPES_H
#define _QNX4TYPES_H
+#include <linux/types.h>
+
typedef __le16 qnx4_nxtnt_t;
typedef __u8 qnx4_ftype_t;