summaryrefslogtreecommitdiff
path: root/usr/types.h
diff options
context:
space:
mode:
authoropen-iscsi <open-iscsi@d7303112-9cec-0310-bdd2-e83a94d6c2b6>2005-01-17 17:39:46 +0000
committeropen-iscsi <open-iscsi@d7303112-9cec-0310-bdd2-e83a94d6c2b6>2005-01-17 17:39:46 +0000
commit4d501fa95e9c6f6f5938a09d25b9dac40b52d0e1 (patch)
treead91e63b54b8dfb14cd37af17bcbcf05b8004ce4 /usr/types.h
parent6f140d05e46a4706d8cddf87d94ecd97e0ea1d8f (diff)
downloadopen-iscsi-4d501fa95e9c6f6f5938a09d25b9dac40b52d0e1.tar.gz
redesign host. interim. commit
git-svn-id: svn://svn.berlios.de/open-iscsi@32 d7303112-9cec-0310-bdd2-e83a94d6c2b6
Diffstat (limited to 'usr/types.h')
-rw-r--r--usr/types.h16
1 files changed, 16 insertions, 0 deletions
diff --git a/usr/types.h b/usr/types.h
new file mode 100644
index 0000000..18961e6
--- /dev/null
+++ b/usr/types.h
@@ -0,0 +1,16 @@
+/*
+ * Copyright (C) 2002-2003 Ardis Technolgies <roman@ardistech.com>
+ *
+ * Released under the terms of the GNU GPL v2.0.
+ */
+
+#ifndef TYPES_H
+#define TYPES_H
+
+#include <netinet/in.h>
+#include <stdint.h>
+#include <sys/types.h>
+#include <byteswap.h>
+#include <endian.h>
+
+#endif /* TYPES_H */