Subversion Repositories pentevo

Rev

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

  1. #ifndef _CODE68RS08_H
  2. #define _CODE68RS08_H
  3. /* code68rs08.h */
  4. /*****************************************************************************/
  5. /* SPDX-License-Identifier: GPL-2.0-only OR GPL-3.0-only                     */
  6. /*                                                                           */
  7. /* AS-Portierung                                                             */
  8. /*                                                                           */
  9. /* Codegenerator 68RS08                                                      */
  10. /*                                                                           */
  11. /* Historie: 2006-06-02 initial version based on code6805.h                  */
  12. /*                                                                           */
  13. /*****************************************************************************/
  14.  
  15. extern void code68rs08_init(void);
  16. #endif /* _CODE68RS08_H */
  17.