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