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

« back to all changes in this revision

Viewing changes to zipl/include/scan.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/zipl/include/scan.h
3
3
 *   Scanner for zipl.conf configuration files
4
4
 *
5
 
 * Copyright (C) 2001-2003 IBM Deutschland Entwicklung GmbH, IBM Corporation
 
5
 * Copyright IBM Corp. 2001, 2006.
6
6
 *
7
7
 * Author(s): Carsten Otte <cotte@de.ibm.com>
8
8
 *            Peter Oberparleiter <Peter.Oberparleiter@de.ibm.com>
15
15
 
16
16
 
17
17
#define SCAN_SECTION_NUM                6
18
 
#define SCAN_KEYWORD_NUM                14
 
18
#define SCAN_KEYWORD_NUM                13
19
19
 
20
20
enum scan_id {
21
21
        scan_id_empty = 0,
38
38
        scan_keyword_prompt     = 9,
39
39
        scan_keyword_timeout    = 10,
40
40
        scan_keyword_defaultmenu = 11,
41
 
        scan_keyword_tape       = 12,
42
 
        scan_keyword_optional   = 13,
 
41
        scan_keyword_tape       = 12
43
42
};
44
43
 
45
44
enum scan_section_type {