source:
trunk/minix/commands/i386/mtools-3.9.7/buffer.h@
10
Last change on this file since 10 was 9, checked in by , 14 years ago | |
---|---|
File size: 175 bytes |
Rev | Line | |
---|---|---|
[9] | 1 | #ifndef MTOOLS_BUFFER_H |
2 | #define MTOOLS_BUFFER_H | |
3 | ||
4 | #include "stream.h" | |
5 | ||
6 | Stream_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.