-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathcode166.h
16 lines (15 loc) · 911 Bytes
/
code166.h
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
#ifndef _CODE166_H
#define _CODE166_H
/* code166.h */
/*****************************************************************************/
/* SPDX-License-Identifier: GPL-2.0-only OR GPL-3.0-only */
/* */
/* AS-Portierung */
/* */
/* AS-Codegenerator Siemens 80C16x */
/* */
/* Historie: 11.11.1996 (alaaf) Grundsteinlegung */
/* */
/*****************************************************************************/
extern void code166_init(void);
#endif /* _CODE166_H */