Top secrets sources NedoPC pentevo

Rev

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

#ifndef _CODENONE_H
#define _CODENONE_H
/* codenone.h */
/*****************************************************************************/
/* SPDX-License-Identifier: GPL-2.0-only OR GPL-3.0-only                     */
/*                                                                           */
/* AS                                                                        */
/*                                                                           */
/* Dummy Target                                                              */
/*                                                                           */
/*****************************************************************************/

#include "datatypes.h"

extern LargeWord none_target_seglimit;

extern void codenone_init(void);

#endif /* _CODENONE_H */