shuffle: syslinux_dump_movelist() only takes 1 argument
[syslinux.git] / extlinux / ntfs.h
blobd907d452e97209ae01ada3cae2574655cc766867
1 /* ----------------------------------------------------------------------- *
3 * Copyright 2011 Paulo Alcantara <pcacjr@gmail.com>
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.
11 * ----------------------------------------------------------------------- */
13 #ifndef _NTFS_H_
14 #define _NTFS_H_
16 #define NTFS_SB_MAGIC 0x5346544E
17 #define FUSE_SUPER_MAGIC 0x65735546
19 #endif /* _NTFS_H_ */