new header files to tidy build process

edge.strict_endians
flatcap 2005-10-21 18:08:28 +00:00
parent f4e427e91a
commit 0c2247c7ca
4 changed files with 34 additions and 0 deletions

View File

@ -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_ */

7
ntfsprogs/boot.h 100644
View File

@ -0,0 +1,7 @@
#ifndef _NTFS_BOOT_H_
#define _NTFS_BOOT_H_
extern const unsigned char boot_array[3429];
#endif /* _NTFS_BOOT_H_ */

12
ntfsprogs/sd.h 100644
View File

@ -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_ */

View File

@ -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_ */