archive.h 266 B

12345678910111213
  1. /*
  2. * The Amsterdam Compiler Kit
  3. * See the copyright notice in the ACK home directory, in the file "Copyright".
  4. */
  5. #ifndef UTIL_LED_ARCHIVE_H
  6. #define UTIL_LED_ARCHIVE_H
  7. /* util/led/archive.c */
  8. void arch(void);
  9. void arch2(void);
  10. #endif /* UTIL_LED_ARCHIVE_H */