summaryrefslogtreecommitdiff
path: root/src/jfs_user.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/jfs_user.h')
-rw-r--r--src/jfs_user.h8
1 files changed, 8 insertions, 0 deletions
diff --git a/src/jfs_user.h b/src/jfs_user.h
new file mode 100644
index 0000000..3a52123
--- /dev/null
+++ b/src/jfs_user.h
@@ -0,0 +1,8 @@
+#ifndef _JFS_USER_H
+#define _JFS_USER_H
+
+typedef unsigned short kdev_t;
+
+#include "kernel-jbd.h"
+
+#endif /* _JFS_USER_H */