MentOS  0.8.0
The Mentoring Operating System
All Classes Files Functions Variables Typedefs Enumerations Enumerator Macros Modules Pages
Functions
ext2.h File Reference

EXT2 driver. More...

Go to the source code of this file.

Functions

int ext2_initialize (void)
 Initializes the EXT2 drivers. More...
 
int ext2_finalize (void)
 De-initializes the EXT2 drivers. More...
 

Detailed Description

EXT2 driver.

Function Documentation

◆ ext2_finalize()

int ext2_finalize ( void  )

De-initializes the EXT2 drivers.

Returns
0 on success, 1 on error.

◆ ext2_initialize()

int ext2_initialize ( void  )

Initializes the EXT2 drivers.

Returns
0 on success, 1 on error.