11 lines
146 B
C
11 lines
146 B
C
// vfs.c
|
|
// Author: Josh Holtrop
|
|
// Date: 08/22/04
|
|
// Modified: 08/22/04
|
|
|
|
#include "hos_defines.h"
|
|
#include "fs/vfs.h"
|
|
|
|
vfs_mount_t *firstMount;
|
|
|