Subversion Repositories pentevo

Rev

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

  1. #ifndef _CODENONE_H
  2. #define _CODENONE_H
  3. /* codenone.h */
  4. /*****************************************************************************/
  5. /* SPDX-License-Identifier: GPL-2.0-only OR GPL-3.0-only                     */
  6. /*                                                                           */
  7. /* AS                                                                        */
  8. /*                                                                           */
  9. /* Dummy Target                                                              */
  10. /*                                                                           */
  11. /*****************************************************************************/
  12.  
  13. #include "datatypes.h"
  14.  
  15. extern LargeWord none_target_seglimit;
  16.  
  17. extern void codenone_init(void);
  18.  
  19. #endif /* _CODENONE_H */
  20.