Subversion Repositories Kolibri OS

Rev

Rev 1498 | Go to most recent revision | Show entire file | Regard whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 1498 Rev 2216
Line 7... Line 7...
7
/******************************************************************************
7
/******************************************************************************
8
 *
8
 *
9
 * 1. Copyright Notice
9
 * 1. Copyright Notice
10
 *
10
 *
11
 * Some or all of this work - Copyright (c) 1999 - 2010, Intel Corp.
11
 * Some or all of this work - Copyright (c) 1999 - 2011, Intel Corp.
12
 * All rights reserved.
12
 * All rights reserved.
13
 *
13
 *
14
 * 2. License
14
 * 2. License
15
 *
15
 *
16
 * 2.1. This is your license from Intel Corp. under its intellectual property
16
 * 2.1. This is your license from Intel Corp. under its intellectual property
Line 112... Line 112...
112
 * such license, approval or letter.
112
 * such license, approval or letter.
113
 *
113
 *
114
 *****************************************************************************/
114
 *****************************************************************************/
115
 
115
 
Line 116... Line -...
116
#include "acpi.h"
-
 
117
#include "accommon.h"
-
 
118
#include "acapps.h"
-
 
Line 119... Line 116...
119
 
116
 
120
#include 
117
#include 
-
 
118
#include 
-
 
119
#include "acpi.h"
-
 
120
#include "accommon.h"
Line 121... Line 121...
121
#include 
121
#include "acapps.h"
Line 122... Line 122...
122
 
122
 
123
#define ERR(szz,czz) if(AcpiGbl_Opterr){fprintf(stderr,"%s%s%c\n",argv[0],szz,czz);}
123
#define ERR(szz,czz) if(AcpiGbl_Opterr){fprintf(stderr,"%s%s%c\n",argv[0],szz,czz);}
124
 
-
 
125
 
124
 
Line 126... Line 125...
126
int   AcpiGbl_Opterr = 1;
125
 
127
int   AcpiGbl_Optind = 1;
126
int   AcpiGbl_Opterr = 1;
Line 169... Line 168...
169
    }
168
    }
170
 
169
 
Line 171... Line 170...
171
    /* Get the option */
170
    /* Get the option */
Line 172... Line -...
172
 
-
 
173
    CurrentChar =
-
 
174
    AcpiGbl_Optopt =
171
 
Line 175... Line 172...
175
    argv[AcpiGbl_Optind][CurrentCharPtr];
172
    CurrentChar = argv[AcpiGbl_Optind][CurrentCharPtr];
Line 176... Line 173...
176
 
173
 
177
    /* Make sure that the option is legal */
174
    /* Make sure that the option is legal */