blob: 7ad3e6a79c5317de6626be144851135f48ffd16f [file] [log] [blame]
Steve Kondik2111ad72013-07-07 12:07:44 -07001#ifndef _NTFS_SD_H_
2#define _NTFS_SD_H_
3
4#include "types.h"
5
6void init_system_file_sd(int sys_file_no, u8 **sd_val, int *sd_val_len);
7void init_root_sd(u8 **sd_val, int *sd_val_len);
8void init_secure_sds(char *sd_val);
9
10#endif /* _NTFS_SD_H_ */
11