mirror of
https://git.code.sf.net/p/ntfs-3g/ntfs-3g.git
synced 2024-11-30 21:44:21 +08:00
8 lines
119 B
C
8 lines
119 B
C
|
#ifndef _NTFS_BOOT_H_
|
||
|
#define _NTFS_BOOT_H_
|
||
|
|
||
|
extern const unsigned char boot_array[3429];
|
||
|
|
||
|
#endif /* _NTFS_BOOT_H_ */
|
||
|
|