disk8: Initial commit
[pdp8.git] / sw / disk8 / src / file.h
1
2 #ifndef FILE_H
3 #define FILE_H
4 #include <structures.h>
5
6 image_t * image_load(image_t *image, const char * filename);
7 void image_clear(image_t *image);
8
9 #endif