Subversion Repositories pentevo

Rev

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

  1. #ifndef _CODE16C5X_H
  2. #define _CODE16C5X_H
  3. /* code16c5x.h */
  4. /*****************************************************************************/
  5. /* SPDX-License-Identifier: GPL-2.0-only OR GPL-3.0-only                     */
  6. /*                                                                           */
  7. /* AS-Portierung                                                             */
  8. /*                                                                           */
  9. /* AS - Codegenerator fuer PIC16C5x                                          */
  10. /*                                                                           */
  11. /* Historie: 19.8.1996 Grundsteinlegung                                      */
  12. /*                                                                           */
  13. /*****************************************************************************/
  14.  
  15. extern void code16c5x_init(void);
  16.  
  17. #endif /* _CODE16C5X_H */
  18.