source: MondoRescue/branches/2.04_berlios/mondo/mondo/common/libmondo-fifo.h@ 2708

Last change on this file since 2708 was 2708, checked in by Bruno Cornec, 13 years ago

r4184@localhost: bruno | 2011-01-27 15:52:51 +0100

  • Adds support for hpsa driver (new HP Smart Array driver)
  • Property svn:keywords set to Id
File size: 166 bytes
Line 
1/* libmondo-fifo.h
2 * $Id: libmondo-fifo.h 2708 2011-01-27 18:31:44Z bruno $
3 */
4
5
6
7
8
9
10FILE*open_device_via_buffer(char*dev, char direction, long internal_block_size);
11void sigpipe_occurred(int);
12void kill_buffer();
Note: See TracBrowser for help on using the repository browser.