summaryrefslogtreecommitdiff
path: root/src/jfs_user.h
diff options
context:
space:
mode:
authorrobi <robi>2010-05-20 00:15:01 +0000
committerrobi <robi>2010-05-20 00:15:01 +0000
commit4efdf36026aa2c76ea8a0b8667598e49bde7b678 (patch)
treede14b911cf2fb2e77a8913b9fdce3c3348320ceb /src/jfs_user.h
Initial revision
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 */