16 lines
195 B
C
16 lines
195 B
C
// vfs.h
|
|
// Author: Josh Holtrop
|
|
// Date: 03/11/04
|
|
// Modified: 05/21/04
|
|
|
|
#ifndef __HOS_VFS__
|
|
#define __HOS_VFS__ __HOS_VFS__
|
|
|
|
#include "hos_defines.h"
|
|
|
|
void vfs_init();
|
|
|
|
#endif
|
|
|
|
|