Subversion Repositories pentevo

Rev

Blame | Last modification | View Log | Download | RSS feed | ?url?

  1. #ifndef _CODE3254X_H
  2. #define _CODE3254X_H
  3. /* code3254x.h */
  4. /*****************************************************************************/
  5. /* SPDX-License-Identifier: GPL-2.0-only OR GPL-3.0-only                     */
  6. /*                                                                           */
  7. /* Macro Assembler AS                                                        */
  8. /*                                                                           */
  9. /* code generator for TI C54x DSP devices                                    */
  10. /*                                                                           */
  11. /* history:  2001-07-07: begun                                               */
  12. /*                                                                           */
  13. /*****************************************************************************/
  14.  
  15. extern void code32054x_init(void);
  16. #endif /* _CODE3254X_H */
  17.