8 lines
130 B
C
8 lines
130 B
C
#ifndef _JFS_USER_H
|
|
#define _JFS_USER_H
|
|
|
|
typedef unsigned short kdev_t;
|
|
|
|
#include <ext2fs/kernel-jbd.h>
|
|
|
|
#endif /* _JFS_USER_H */
|