source: trunk/minix/commands/i386/mtools-3.9.7/buffer.h@ 9

Last change on this file since 9 was 9, checked in by Mattia Monga, 13 years ago

Minix 3.1.2a

File size: 175 bytes
Line 
1#ifndef MTOOLS_BUFFER_H
2#define MTOOLS_BUFFER_H
3
4#include "stream.h"
5
6Stream_t *buf_init(Stream_t *Next,
7 int size,
8 int cylinderSize,
9 int sectorSize);
10
11#endif
Note: See TracBrowser for help on using the repository browser.