MentOS  0.8.0
The Mentoring Operating System
ext2.h
Go to the documentation of this file.
1 
6 #pragma once
7 
10 int ext2_initialize(void);
11 
14 int ext2_finalize(void);
int ext2_initialize(void)
Initializes the EXT2 drivers.
Definition: ext2.c:3709
int ext2_finalize(void)
De-initializes the EXT2 drivers.
Definition: ext2.c:3716