1    /*
     2     *  Copyright 2009 by Texas Instruments Incorporated.
     3     *
     4     *  All rights reserved. Property of Texas Instruments Incorporated.
     5     *  Restricted rights to use, duplicate or disclose this code are
     6     *  granted through contract.
     7     *
     8     */
     9    
    10    /*
    11     *  ======== TMS470xx.xdc ========
    12     */
    13    package ti.catalog.c470;
    14    
    15    /*!
    16     *  ======== TMS470xx ========
    17     *  An interface implemented by all TMS470xx devices.
    18     *
    19     *  This interface is defined to factor common data about this family into
    20     *  a single place; all TMS470xx devices extend this interface.
    21     */
    22    metaonly interface TMS470xx inherits ti.catalog.arm.TMS470xx
    23    {
    24    };
    25    /*
    26     *  @(#) ti.catalog.c470; 1, 0, 1, 1,173; 6-4-2009 14:13:11; /db/ztree/library/trees/platform-k10x/src/
    27     */
    28