-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathcode2650.h
More file actions
14 lines (13 loc) · 756 Bytes
/
code2650.h
File metadata and controls
14 lines (13 loc) · 756 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
#ifndef _CODE2650_H
#define _CODE2650_H
/* code2650.h */
/*****************************************************************************/
/* SPDX-License-Identifier: GPL-2.0-only OR GPL-3.0-only */
/* */
/* AS-Portierung */
/* */
/* Codegenerator Signetics 2650 */
/* */
/*****************************************************************************/
extern void code2650_init(void);
#endif /* _CODE2650_H */