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