Subversion Repositories pentevo

Rev

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

  1. #ifndef _CODE9900_H
  2. #define _CODE9900_H
  3. /* code9900.h */
  4. /*****************************************************************************/
  5. /* SPDX-License-Identifier: GPL-2.0-only OR GPL-3.0-only                     */
  6. /*                                                                           */
  7. /* AS-Portierung                                                             */
  8. /*                                                                           */
  9. /* Codegenerator TMS99xx                                                     */
  10. /*                                                                           */
  11. /* Historie:  9. 3.1997 Grundsteinlegung                                     */
  12. /*                                                                           */
  13. /*****************************************************************************/
  14.  
  15. extern void code9900_init(void);
  16. #endif /* _CODE9900_H */
  17.