Subversion Repositories Kolibri OS

Rev

Rev 1498 | 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 437... Line 437...
437
        Descriptor->Io.Minimum,
437
        Descriptor->Io.Minimum,
438
        Descriptor->Io.Maximum,
438
        Descriptor->Io.Maximum,
439
        Descriptor->Io.AddressLength,
439
        Descriptor->Io.AddressLength,
440
        Descriptor->Io.Alignment,
440
        Descriptor->Io.Alignment,
441
        MinOp, MaxOp, LengthOp, AlignOp);
441
        MinOp, MaxOp, LengthOp, AlignOp, Op);
442
 
442
 
Line 443... Line 443...
443
    return (Rnode);
443
    return (Rnode);
444
}
444
}