-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathcode3201x.h
16 lines (15 loc) · 921 Bytes
/
code3201x.h
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
#ifndef _CODE3201X_H
#define _CODE3201X_H
/* code3201x.h */
/*****************************************************************************/
/* SPDX-License-Identifier: GPL-2.0-only OR GPL-3.0-only */
/* */
/* AS-Portierung */
/* */
/* Codegenerator TMS3201x-Familie */
/* */
/* Historie: 28.11.1996 Grundsteinlegung */
/* */
/*****************************************************************************/
extern void code3201x_init(void);
#endif /* _CODE3201X_H */