mirror of
https://git.kernel.org/pub/scm/fs/ext2/e2fsprogs.git
synced 2024-11-24 02:25:03 +08:00
19007e51a5
system header file version of hbd.h when using diet glibc (since it forcibly adds /usr/include to the beginning of include search path.)
9 lines
130 B
C
9 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 */
|