summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJoel Sherrill <joel.sherrill@OARcorp.com>1998-07-15 21:43:28 +0000
committerJoel Sherrill <joel.sherrill@OARcorp.com>1998-07-15 21:43:28 +0000
commit8a2e9c417fcd9a052e0e2919fc35d37bb6cfd3c8 (patch)
tree40ee3110fa94f57242545931fae7e604e8533cf1
parentAdded SCV64_Get_Interrupt_Enable(). (diff)
downloadrtems-8a2e9c417fcd9a052e0e2919fc35d37bb6cfd3c8.tar.bz2
Added SCV64_Get_Interrupt_Enable().
Added proper headers to routines.
-rw-r--r--c/src/lib/libbsp/powerpc/dmv177/scv64/scv64.c12
1 files 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.