Last change
on this file since dd1be7c was
e16e8f2,
checked in by Edwin Eefting <edwin@datux.nl>, 3 years ago
|
bootstuff
|
-
Property mode set to
100644
|
File size:
704 bytes
|
Line | |
---|
1 | /* ----------------------------------------------------------------------- * |
---|
2 | * |
---|
3 | * Copyright 2011 Paulo Alcantara <pcacjr@gmail.com> |
---|
4 | * |
---|
5 | * This program is free software; you can redistribute it and/or modify |
---|
6 | * it under the terms of the GNU General Public License as published by |
---|
7 | * the Free Software Foundation, Inc., 53 Temple Place Ste 330, |
---|
8 | * Boston MA 02111-1307, USA; either version 2 of the License, or |
---|
9 | * (at your option) any later version; incorporated herein by reference. |
---|
10 | * |
---|
11 | * ----------------------------------------------------------------------- */ |
---|
12 | |
---|
13 | #ifndef _NTFS_H_ |
---|
14 | #define _NTFS_H_ |
---|
15 | |
---|
16 | #define NTFS_SB_MAGIC 0x5346544E |
---|
17 | #define FUSE_SUPER_MAGIC 0x65735546 |
---|
18 | |
---|
19 | #endif /* _NTFS_H_ */ |
---|
Note: See
TracBrowser
for help on using the repository browser.