Subversion Repositories pentevo

Rev

Details | Last modification | View Log | RSS feed

Rev Author Line No. Line
1186 savelij 1
#ifndef _CODEPDP11_H
2
#define _CODEPDP11_H
3
/* codepdp11.h */
4
/*****************************************************************************/
5
/* SPDX-License-Identifier: GPL-2.0-only OR GPL-3.0-only                     */
6
/*                                                                           */
7
/* AS                                                                        */
8
/*                                                                           */
9
/* Code Generator PDP-11                                                     */
10
/*                                                                           */
11
/*****************************************************************************/
12
 
13
extern void codepdp11_init(void);
14
#endif /* _CODEPDP11_H */