|
Linux Kernel
3.7.1
|
#include <linux/types.h>#include <linux/mm.h>#include <linux/seq_file.h>#include <linux/console.h>#include <linux/init.h>#include <linux/delay.h>#include <linux/ioport.h>#include <linux/vt_kern.h>#include <linux/module.h>#include <asm/bootinfo.h>#include <asm/setup.h>#include <asm/atarihw.h>#include <asm/atariints.h>#include <asm/atari_stram.h>#include <asm/machdep.h>#include <asm/hwtest.h>#include <asm/io.h>Go to the source code of this file.
Macros | |
| #define | ATARIHW_ANNOUNCE(name, str) |
Functions | |
| EXPORT_SYMBOL (atari_mch_cookie) | |
| EXPORT_SYMBOL (atari_mch_type) | |
| EXPORT_SYMBOL (atari_hw_present) | |
| EXPORT_SYMBOL (atari_switches) | |
| EXPORT_SYMBOL (atari_dont_touch_floppy_select) | |
| void | atari_init_IRQ (void) |
| void | atari_mksound (unsigned int count, unsigned int ticks) |
| void | atari_sched_init (irq_handler_t) |
| unsigned long | atari_gettimeoffset (void) |
| int | atari_mste_hwclk (int, struct rtc_time *) |
| int | atari_tt_hwclk (int, struct rtc_time *) |
| int | atari_mste_set_clock_mmss (unsigned long) |
| int | atari_tt_set_clock_mmss (unsigned long) |
| int __init | atari_parse_bootinfo (const struct bi_record *record) |
| early_param ("switches", atari_switches_setup) | |
| void __init | config_atari (void) |
Variables | |
| u_long | atari_mch_cookie |
| u_long | atari_mch_type |
| struct atari_hw_present | atari_hw_present |
| u_long | atari_switches |
| int | atari_dont_touch_floppy_select |
| int | atari_rtc_year_offset |
Definition at line 54 of file atasound.c.
| void atari_sched_init | ( | irq_handler_t | ) |
| early_param | ( | "switches" | , |
| atari_switches_setup | |||
| ) |
| EXPORT_SYMBOL | ( | atari_mch_cookie | ) |
| EXPORT_SYMBOL | ( | atari_mch_type | ) |
| EXPORT_SYMBOL | ( | atari_hw_present | ) |
| EXPORT_SYMBOL | ( | atari_switches | ) |
| EXPORT_SYMBOL | ( | atari_dont_touch_floppy_select | ) |
1.8.2