summaryrefslogtreecommitdiff
path: root/usr/src/cmd/ntfsprogs/sd.h
blob: 7ad3e6a79c5317de6626be144851135f48ffd16f (plain)
1
2
3
4
5
6
7
8
9
10
11
#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(u8 **sd_val, int *sd_val_len);
void init_secure_sds(char *sd_val);

#endif /* _NTFS_SD_H_ */