atari.h 357 B

123456789101112131415
  1. /* SPDX-License-Identifier: GPL-2.0-only */
  2. struct rtc_time;
  3. /* ataints.c */
  4. void atari_init_IRQ(void);
  5. /* atasound.c */
  6. void atari_microwire_cmd(int cmd);
  7. void atari_mksound(unsigned int hz, unsigned int ticks);
  8. /* time.c */
  9. void atari_sched_init(void);
  10. int atari_mste_hwclk(int op, struct rtc_time *t);
  11. int atari_tt_hwclk(int op, struct rtc_time *t);