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 6... Line 6...
6
 
6
 
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
 *
Line 124... Line 124...
124
#define _COMPONENT          ACPI_TOOLS
124
#define _COMPONENT          ACPI_TOOLS
125
        ACPI_MODULE_NAME    ("adfile")
125
        ACPI_MODULE_NAME    ("adfile")
Line 126... Line 126...
126
 
126
 
Line 127... Line 127...
127
/* Local prototypes */
127
/* Local prototypes */
128
 
128
 
129
INT32
129
static INT32
130
AdWriteBuffer (
130
AdWriteBuffer (
131
    char                    *Filename,
131
    char                    *Filename,
Line 132... Line 132...
132
    char                    *Buffer,
132
    char                    *Buffer,
Line 133... Line 133...
133
    UINT32                  Length);
133
    UINT32                  Length);
134
 
134
 
135
char                        FilenameBuf[20];
135
static char                 FilenameBuf[20];
Line 188... Line 188...
188
 *
188
 *
189
 * DESCRIPTION: Open a file and write out a single buffer
189
 * DESCRIPTION: Open a file and write out a single buffer
190
 *
190
 *
191
 ******************************************************************************/
191
 ******************************************************************************/
Line 192... Line 192...
192
 
192
 
193
INT32
193
static INT32
194
AdWriteBuffer (
194
AdWriteBuffer (
195
    char                    *Filename,
195
    char                    *Filename,
196
    char                    *Buffer,
196
    char                    *Buffer,
197
    UINT32                  Length)
197
    UINT32                  Length)