14 lines
266 B
C
14 lines
266 B
C
/*
|
|
* The Amsterdam Compiler Kit
|
|
* See the copyright notice in the ACK home directory, in the file "Copyright".
|
|
*/
|
|
#ifndef UTIL_LED_ARCHIVE_H
|
|
#define UTIL_LED_ARCHIVE_H
|
|
|
|
/* util/led/archive.c */
|
|
void arch(void);
|
|
void arch2(void);
|
|
|
|
#endif /* UTIL_LED_ARCHIVE_H */
|
|
|