dragen2.c (cdd38c5f1ce4398ec58fec95904b75824daab7b5) | dragen2.c (3f605ee17f8e785ba6ff69bee8e584e377a3cf28) |
---|---|
1// SPDX-License-Identifier: GPL-2.0 2/* 3 * Copyright (C) 1993 Hamish Macdonald 4 * Copyright (C) 1999 D. Jeff Dionne 5 * Copyright (C) 2001 Georges Menie, Ken Desmet 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#include <linux/init.h> 12#include <asm/machdep.h> 13#include <asm/MC68VZ328.h> | 1// SPDX-License-Identifier: GPL-2.0 2/* 3 * Copyright (C) 1993 Hamish Macdonald 4 * Copyright (C) 1999 D. Jeff Dionne 5 * Copyright (C) 2001 Georges Menie, Ken Desmet 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#include <linux/init.h> 12#include <asm/machdep.h> 13#include <asm/MC68VZ328.h> |
14#include "screen.h" |
|
14 15/***************************************************************************/ 16/* Init Drangon Engine hardware */ 17/***************************************************************************/ 18 19static void dragen2_reset(void) 20{ 21 local_irq_disable(); --- 79 unchanged lines hidden --- | 15 16/***************************************************************************/ 17/* Init Drangon Engine hardware */ 18/***************************************************************************/ 19 20static void dragen2_reset(void) 21{ 22 local_irq_disable(); --- 79 unchanged lines hidden --- |