-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathcode1802.h
More file actions
16 lines (15 loc) · 916 Bytes
/
code1802.h
File metadata and controls
16 lines (15 loc) · 916 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
#ifndef _CODE1802_H
#define _CODE1802_H
/* code1802.h */
/*****************************************************************************/
/* SPDX-License-Identifier: GPL-2.0-only OR GPL-3.0-only */
/* */
/* AS */
/* */
/* Code Generator for Intersil 1802 */
/* */
/* History: 27. 1.2001 Grundsteinlegung */
/* */
/*****************************************************************************/
extern void code1802_init(void);
#endif /* _CODE1802_H */