Subversion Repositories pentevo

Rev

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

  1. #ifndef _CODE53C8XX_H
  2. #define _CODE53C8XX_H
  3. /* code53c8xx.h */
  4. /*****************************************************************************/
  5. /* SPDX-License-Identifier: GPL-2.0-only OR GPL-3.0-only                     */
  6. /*                                                                           */
  7. /* Makroassembler AS                                                         */
  8. /*                                                                           */
  9. /* Codegenerator SYM53C8xx                                                   */
  10. /*                                                                           */
  11. /* Historie: 30. 9.1998 angelegt                                             */
  12. /*                                                                           */
  13. /*****************************************************************************/
  14.  
  15. extern void code53c8xx_init(void);
  16. #endif /* _CODE53C8XX_H */
  17.