From 8a2e9c417fcd9a052e0e2919fc35d37bb6cfd3c8 Mon Sep 17 00:00:00 2001 From: Joel Sherrill Date: Wed, 15 Jul 1998 21:43:28 +0000 Subject: Added SCV64_Get_Interrupt_Enable(). Added proper headers to routines. --- c/src/lib/libbsp/powerpc/dmv177/scv64/scv64.c | 12 ++++++++---- 1 file changed, 8 insertions(+), 4 deletions(-) diff --git a/c/src/lib/libbsp/powerpc/dmv177/scv64/scv64.c b/c/src/lib/libbsp/powerpc/dmv177/scv64/scv64.c index f1c2e1200d..850618ad0e 100644 --- a/c/src/lib/libbsp/powerpc/dmv177/scv64/scv64.c +++ b/c/src/lib/libbsp/powerpc/dmv177/scv64/scv64.c @@ -102,7 +102,8 @@ typedef struct { */ SCV64_Registers *SCV64 = (void *)DMV170_SCV64_BASE_ADDRESS; -/* +/*PAGE + * * SCV64_Initialize * * This routine initializes the SCV64. @@ -111,7 +112,8 @@ void SCV64_Initialize() { SCV64->LIE = 0; } -/* +/*PAGE + * * SCV64_Generate_DUART_Interrupts * * This sets the SCV64 to generate duart interrupts for @@ -136,7 +138,8 @@ void SCV64_Generate_DUART_Interrupts() { SCV64->IC54 = data; } -/* +/*PAGE + * * SCV64_Get_Interrupt * * This routine returns the SCV64 status register. @@ -153,7 +156,8 @@ rtems_unsigned32 SCV64_Get_Interrupt() return data; } -/* +/*PAGE + * * SCV64_Get_Interrupt_Enable * * This routine returns the interrupt enable mask. -- cgit v1.2.3