The following table is a summary of mini-FSD entry points:
| # | Entry Point | Description | 
|---|---|---|
| 1. | MFS_CHGFILEPTR | Move a file's position pointer | 
| 2. | MFS_CLOSE | Close a file. | 
| 3. | MFS_INIT | mini-FSD initialization | 
| 4. | MFS_OPEN | Open a file | 
| 5. | MFS_READ | Read from a file | 
| 6. | MFS_TERM | Terminate the mini-FSD | 
Table 4-1. Summary of mini-FSD entry points