summaryrefslogtreecommitdiff
path: root/fs
diff options
context:
space:
mode:
Diffstat (limited to 'fs')
-rw-r--r--fs/fs.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/fs/fs.h b/fs/fs.h
index f642502..07127be 100644
--- a/fs/fs.h
+++ b/fs/fs.h
@@ -1,6 +1,8 @@
#ifndef FOOLOS_FS
#define FOOLOS_FS
+
#define EXT2_RAM_ADDRESS 0x168800
+
enum FS_FILE_TYPE{
FS_FILE_TYPE_DIR = 1,