summaryrefslogtreecommitdiffstats
path: root/c/src/lib/libbsp/powerpc/ppcn_60x/console/z85c30cfg.h
diff options
context:
space:
mode:
Diffstat (limited to 'c/src/lib/libbsp/powerpc/ppcn_60x/console/z85c30cfg.h')
-rw-r--r--c/src/lib/libbsp/powerpc/ppcn_60x/console/z85c30cfg.h20
1 files changed, 10 insertions, 10 deletions
diff --git a/c/src/lib/libbsp/powerpc/ppcn_60x/console/z85c30cfg.h b/c/src/lib/libbsp/powerpc/ppcn_60x/console/z85c30cfg.h
index 8bbeacda6f..0b5a6383f9 100644
--- a/c/src/lib/libbsp/powerpc/ppcn_60x/console/z85c30cfg.h
+++ b/c/src/lib/libbsp/powerpc/ppcn_60x/console/z85c30cfg.h
@@ -36,24 +36,24 @@ extern "C" {
* Board specific register access routines
*/
-unsigned8 Read_85c30_register(
- unsigned32 ulCtrlPort,
- unsigned8 ucRegNum
+uint8_t Read_85c30_register(
+ uint32_t ulCtrlPort,
+ uint8_t ucRegNum
);
void Write_85c30_register(
- unsigned32 ulCtrlPort,
- unsigned8 ucRegNum,
- unsigned8 ucData
+ uint32_t ulCtrlPort,
+ uint8_t ucRegNum,
+ uint8_t ucData
);
-unsigned8 Read_85c30_data(
- unsigned32 ulDataPort
+uint8_t Read_85c30_data(
+ uint32_t ulDataPort
);
void Write_85c30_data(
- unsigned32 ulDataPort,
- unsigned8 ucData
+ uint32_t ulDataPort,
+ uint8_t ucData
);
#ifdef __cplusplus