/alps/fastwriter

To get this branch, use:
bzr branch http://darksoft.org/webbzr/alps/fastwriter

« back to all changes in this revision

Viewing changes to sysinfo.h

  • Committer: Suren A. Chilingaryan
  • Date: 2011-12-13 19:37:47 UTC
  • Revision ID: csa@dside.dyndns.org-20111213193747-g8ld48dh1kwypice
Properly detect /dev/null as raw device and do not set DIRECT flag on raw devices

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
#ifndef _PCITOOL_SYSINFO_H
2
2
#define _PCITOOL_SYSINFO_H
3
3
 
4
 
size_t get_free_memory();
5
 
int get_file_fs(const char *fname, size_t size, char *fs);
 
4
size_t fastwriter_get_free_memory();
 
5
int fastwriter_get_file_fs(const char *fname, size_t size, char *fs);
6
6
 
7
7
#endif /* _PCITOOL_SYSINFO_H */