]> git.sven.stormbind.net Git - sven/exfat-utils.git/blobdiff - mkfs/fat.h
Imported Upstream version 0.9.8
[sven/exfat-utils.git] / mkfs / fat.h
index 01b5c2080b55d8464d0647411ef14c5bd3d3780a..8d7b86c10a525c0f2856218d769412960e02ec89 100644 (file)
@@ -2,7 +2,7 @@
        fat.h (09.11.10)
        File Allocation Table creation code.
 
-       Copyright (C) 2009, 2010  Andrew Nayenko
+       Copyright (C) 2011, 2012  Andrew Nayenko
 
        This program is free software: you can redistribute it and/or modify
        it under the terms of the GNU General Public License as published by
@@ -21,8 +21,8 @@
 #ifndef MKFS_FAT_H_INCLUDED
 #define MKFS_FAT_H_INCLUDED
 
-off_t fat_alignment(void);
-off_t fat_size(void);
-int fat_write(struct exfat_dev* dev, off_t base);
+#include "mkexfat.h"
+
+extern const struct fs_object fat;
 
 #endif /* ifndef MKFS_FAT_H_INCLUDED */