summaryrefslogtreecommitdiff
path: root/fs/ext2.h
diff options
context:
space:
mode:
Diffstat (limited to 'fs/ext2.h')
-rw-r--r--fs/ext2.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/fs/ext2.h b/fs/ext2.h
index 066a769..8b9b76b 100644
--- a/fs/ext2.h
+++ b/fs/ext2.h
@@ -1,3 +1,9 @@
+/**
+ * @file
+// ext2 minidriver
+// based on osdev wiki article: http://wiki.osdev.org/Ext2
+*/
+
#include <stdint.h>
#include "fs.h"