disk8: Initial commit
[pdp8.git] / sw / disk8 / src / directory.h
CommitLineData
919757fd
PH
1/* All directory related stuff goes here. */
2
3#ifndef D8_DIRECTORY_H
4#define D8_DIRECTORY_H
5
6#include <structures.h>
7//extern int direct( * image);
8
9extern directory_t * directory_read(os8_partition_t * image);
10
11#endif