• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1 /*
2 * Disktest
3 * Copyright (c) International Business Machines Corp., 2001
4 *
5 *
6 * This program is free software; you can redistribute it and/or modify
7 * it under the terms of the GNU General Public License as published by
8 * the Free Software Foundation; either version 2 of the License, or
9 * (at your option) any later version.
10 *
11 * This program is distributed in the hope that it will be useful,
12 * but WITHOUT ANY WARRANTY; without even the implied warranty of
13 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
14 * GNU General Public License for more details.
15 *
16 * You should have received a copy of the GNU General Public License
17 * along with this program; if not, write to the Free Software
18 * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
19 *
20 *  Please send e-mail to yardleyb@us.ibm.com if you have
21 *  questions or comments.
22 *
23 *  Project Website:  TBD
24 *
25 *
26 * $Id: usage.h,v 1.5 2008/02/14 08:22:24 subrata_modak Exp $
27 * $Log: usage.h,v $
28 * Revision 1.5  2008/02/14 08:22:24  subrata_modak
29 * Disktest application update to version 1.4.2, by, Brent Yardley <yardleyb@us.ibm.com>
30 *
31 * Revision 1.2  2001/10/10 00:17:14  yardleyb
32 * Added Copyright and GPL license text.
33 * Miner bug fixes throughout text.
34 *
35 * Revision 1.1  2001/09/05 22:44:42  yardleyb
36 * Split out some of the special functions.
37 * added O_DIRECT -Id.  Updated usage.  Lots
38 * of clean up to functions.  Added header info
39 * to pMsg.
40 *
41 *
42 */
43 
44 void usage(void);
45