ops-dreamcast.c (e5451c8f8330e03ad3cfa16048b4daf961af434f) | ops-dreamcast.c (ff4a7481c3898ffc3cc271d6aca431d190c37247) |
---|---|
1// SPDX-License-Identifier: GPL-2.0 |
|
1/* 2 * PCI operations for the Sega Dreamcast 3 * 4 * Copyright (C) 2001, 2002 M. R. Brown 5 * Copyright (C) 2002, 2003 Paul Mundt | 2/* 3 * PCI operations for the Sega Dreamcast 4 * 5 * Copyright (C) 2001, 2002 M. R. Brown 6 * Copyright (C) 2002, 2003 Paul Mundt |
6 * 7 * This file is subject to the terms and conditions of the GNU General Public 8 * License. See the file "COPYING" in the main directory of this archive 9 * for more details. | |
10 */ 11 12#include <linux/sched.h> 13#include <linux/kernel.h> 14#include <linux/param.h> 15#include <linux/interrupt.h> 16#include <linux/init.h> 17#include <linux/irq.h> --- 65 unchanged lines hidden --- | 7 */ 8 9#include <linux/sched.h> 10#include <linux/kernel.h> 11#include <linux/param.h> 12#include <linux/interrupt.h> 13#include <linux/init.h> 14#include <linux/irq.h> --- 65 unchanged lines hidden --- |