summaryrefslogtreecommitdiffstats
path: root/c/src/lib/libbsp/powerpc/mcp750/irq/i8259.c
diff options
context:
space:
mode:
Diffstat (limited to 'c/src/lib/libbsp/powerpc/mcp750/irq/i8259.c')
-rw-r--r--c/src/lib/libbsp/powerpc/mcp750/irq/i8259.c9
1 files changed, 4 insertions, 5 deletions
diff --git a/c/src/lib/libbsp/powerpc/mcp750/irq/i8259.c b/c/src/lib/libbsp/powerpc/mcp750/irq/i8259.c
index ae4f94dfea..c5c31e2d23 100644
--- a/c/src/lib/libbsp/powerpc/mcp750/irq/i8259.c
+++ b/c/src/lib/libbsp/powerpc/mcp750/irq/i8259.c
@@ -1,9 +1,9 @@
-/* i8259.c
- *
+
+/*
* This file contains the implementation of the function described in irq.h
* related to Intel 8259 Programmable Interrupt controller.
*
- * CopyRight (C) 1998 valette@crf.canon.fr
+ * Copyright (C) 1998, 1999 valette@crf.canon.fr
*
* The license and distribution terms for this file may be
* found in found in the file LICENSE in this distribution or at
@@ -11,8 +11,7 @@
*
* $Id$
*/
-
-
+
#include <bsp.h>
#include <bsp/irq.h>