| .. | .. |
|---|
| 1 | | -/* include/asm-sh/dreamcast/sysasic.h |
|---|
| 1 | +/* SPDX-License-Identifier: GPL-2.0 |
|---|
| 2 | + * |
|---|
| 3 | + * include/asm-sh/dreamcast/sysasic.h |
|---|
| 2 | 4 | * |
|---|
| 3 | 5 | * Definitions for the Dreamcast System ASIC and related peripherals. |
|---|
| 4 | 6 | * |
|---|
| .. | .. |
|---|
| 6 | 8 | * Copyright (C) 2003 Paul Mundt <lethal@linux-sh.org> |
|---|
| 7 | 9 | * |
|---|
| 8 | 10 | * This file is part of the LinuxDC project (www.linuxdc.org) |
|---|
| 9 | | - * |
|---|
| 10 | | - * Released under the terms of the GNU GPL v2.0. |
|---|
| 11 | | - * |
|---|
| 12 | 11 | */ |
|---|
| 13 | 12 | #ifndef __ASM_SH_DREAMCAST_SYSASIC_H |
|---|
| 14 | 13 | #define __ASM_SH_DREAMCAST_SYSASIC_H |
|---|
| .. | .. |
|---|
| 42 | 41 | /* arch/sh/boards/mach-dreamcast/irq.c */ |
|---|
| 43 | 42 | extern int systemasic_irq_demux(int); |
|---|
| 44 | 43 | extern void systemasic_irq_init(void); |
|---|
| 45 | | -extern void aica_time_init(void); |
|---|
| 46 | 44 | |
|---|
| 47 | 45 | #endif /* __ASM_SH_DREAMCAST_SYSASIC_H */ |
|---|
| 48 | 46 | |
|---|