new header files to tidy build process
parent
f4e427e91a
commit
0c2247c7ca
|
@ -0,0 +1,8 @@
|
|||
#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_ */
|
||||
|
|
@ -0,0 +1,7 @@
|
|||
#ifndef _NTFS_BOOT_H_
|
||||
#define _NTFS_BOOT_H_
|
||||
|
||||
extern const unsigned char boot_array[3429];
|
||||
|
||||
#endif /* _NTFS_BOOT_H_ */
|
||||
|
|
@ -0,0 +1,12 @@
|
|||
#ifndef _NTFS_SD_H_
|
||||
#define _NTFS_SD_H_
|
||||
|
||||
#include "types.h"
|
||||
|
||||
void init_system_file_sd(int sys_file_no, u8 **sd_val, int *sd_val_len);
|
||||
void init_root_sd_31(u8 **sd_val, int *sd_val_len);
|
||||
void init_secure_30(char *sd_val);
|
||||
void init_secure_31(char *sd_val);
|
||||
|
||||
#endif /* _NTFS_SD_H_ */
|
||||
|
|
@ -0,0 +1,7 @@
|
|||
#ifndef _NTFS_UPCASE_H_
|
||||
#define _NTFS_UPCASE_H_
|
||||
|
||||
void init_upcase_table(ntfschar *uc, u32 uc_len);
|
||||
|
||||
#endif /* _NTFS_UPCASE_H_ */
|
||||
|
Loading…
Reference in New Issue