~ubuntu-branches/ubuntu/saucy/s390-tools/saucy

« back to all changes in this revision

Viewing changes to tunedasd/include/tunedasd.h

  • Committer: Bazaar Package Importer
  • Author(s): Bastian Blank
  • Date: 2008-07-15 23:55:41 UTC
  • mfrom: (1.1.3 upstream)
  • Revision ID: james.westby@ubuntu.com-20080715235541-r79vu6eqh4qim413
Tags: 1.6.2-1
* New upstream version.
* Install udev rules.

Show diffs side-by-side

added added

removed removed

Lines of Context:
2
2
 * s390-tools/tunedasd/include/tunedasd.h
3
3
 *   zSeries DASD tuning program.
4
4
 *
5
 
 * (C) Copyright IBM Corp. 2004
 
5
 * Copyright IBM Corp. 2004, 2006.
6
6
 *
7
7
 * Author(s): Horst Hummel (horst.hummel@de.ibm.com)
8
8
 */
14
14
#include <unistd.h>
15
15
#include <getopt.h>
16
16
 
17
 
#define STRINGIFY_1(x)                  #x
18
 
#define STRINGIFY(x)                    STRINGIFY_1(x)
19
 
 
20
 
#define RELEASE_STRING  STRINGIFY (S390_TOOLS_RELEASE)
21
 
 
22
17
void error_print (const char* fmt, ...);
23
18
 
24
19
#endif /* not TUNEDASD_H */