mirror of
https://git.code.sf.net/p/ntfs-3g/ntfs-3g.git
synced 2024-11-23 10:04:00 +08:00
8 lines
138 B
C
8 lines
138 B
C
|
#ifndef _NTFS_ATTRDEF_H_
|
||
|
#define _NTFS_ATTRDEF_H_
|
||
|
|
||
|
extern const unsigned char attrdef_ntfs3x_array[2560];
|
||
|
|
||
|
#endif /* _NTFS_ATTRDEF_H_ */
|
||
|
|