1    /* 
     2     *  Copyright (c) 2008 Texas Instruments. All rights reserved. 
     3     *  This program and the accompanying materials are made available under the 
     4     *  terms of the Eclipse Public License v1.0 and Eclipse Distribution License
     5     *  v. 1.0 which accompanies this distribution. The Eclipse Public License is
     6     *  available at http://www.eclipse.org/legal/epl-v10.html and the Eclipse
     7     *  Distribution License is available at 
     8     *  http://www.eclipse.org/org/documents/edl-v10.php.
     9     *
    10     *  Contributors:
    11     *      Texas Instruments - initial implementation
    12     * */
    13    /*
    14     *  ======== SyncNull.xdc ========
    15     */
    16    
    17    /*!
    18     *  ======== SyncNull ========
    19     *  Empty ISync implementation used mainly for testing.  [EXPERIMENTAL]
    20     */
    21    
    22    module SyncNull inherits xdc.runtime.knl.ISync 
    23    {
    24    
    25    }
    26    
    27    /*
    28     */
    29     
    30    /*
    31     *  @(#) xdc.runtime.knl; 1, 0, 0,16; 6-9-2009 20:09:52; /db/ztree/library/trees/xdc-t50x/src/packages/
    32     */
    33