summaryrefslogtreecommitdiff
path: root/fs/ext2.h
diff options
context:
space:
mode:
authorMiguel <m.i@gmx.at>2018-09-13 23:26:47 +0200
committerMiguel <m.i@gmx.at>2018-09-13 23:26:47 +0200
commit1195ca0bd84693fd56f6d34a9f2de3107b9820bf (patch)
treefc73d628f194af903e8cae62ce0df5f240732f75 /fs/ext2.h
parent877c113518788babd6f633592c23f04f355bc30e (diff)
ext2 review
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"