Add the rt linux 4.1.3-rt3 as base
[kvmfornfv.git] / kernel / include / linux / dirent.h
diff --git a/kernel/include/linux/dirent.h b/kernel/include/linux/dirent.h
new file mode 100644 (file)
index 0000000..f072fb8
--- /dev/null
@@ -0,0 +1,12 @@
+#ifndef _LINUX_DIRENT_H
+#define _LINUX_DIRENT_H
+
+struct linux_dirent64 {
+       u64             d_ino;
+       s64             d_off;
+       unsigned short  d_reclen;
+       unsigned char   d_type;
+       char            d_name[0];
+};
+
+#endif