PCI IDE driver, new create_volume () syscall, test scripts
All checks were successful
Build documentation / build-and-deploy (push) Successful in 2m37s
All checks were successful
Build documentation / build-and-deploy (push) Successful in 2m37s
This commit is contained in:
8
include/fs_types.h
Normal file
8
include/fs_types.h
Normal file
@@ -0,0 +1,8 @@
|
||||
#ifndef _FS_TYPES_H
|
||||
#define _FS_TYPES_H
|
||||
|
||||
#define FS_TARFS 0
|
||||
#define FS_FAT16 1
|
||||
#define FS_FAT32 2
|
||||
|
||||
#endif // _FS_TYPES_H
|
||||
Reference in New Issue
Block a user