mirror of
https://git.code.sf.net/p/ntfs-3g/ntfs-3g.git
synced 2024-11-23 18:14:24 +08:00
9 lines
193 B
C
9 lines
193 B
C
#ifndef _NTFS_ATTRDEF_H_
|
|
#define _NTFS_ATTRDEF_H_
|
|
|
|
extern const unsigned char attrdef_ntfs12_array[2400];
|
|
extern const unsigned char attrdef_ntfs3x_array[2560];
|
|
|
|
#endif /* _NTFS_ATTRDEF_H_ */
|
|
|