mirror of
https://github.com/Fledge68/WiiFlow_Lite.git
synced 2024-11-02 09:35:06 +01:00
9 lines
123 B
C
9 lines
123 B
C
#ifndef _JFS_USER_H
|
|
#define _JFS_USER_H
|
|
|
|
typedef unsigned short kdev_t;
|
|
|
|
#include "kernel-jbd.h"
|
|
|
|
#endif /* _JFS_USER_H */
|