patch-2.4.20 linux-2.4.20/include/asm-mips/galileo-boards/evb64120A/cntmr.h
Next file: linux-2.4.20/include/asm-mips/galileo-boards/evb64120A/core.h
Previous file: linux-2.4.20/include/asm-mips/galileo-boards/ev96100int.h
Back to the patch index
Back to the overall index
- Lines: 25
- Date:
Thu Nov 28 15:53:15 2002
- Orig file:
linux-2.4.19/include/asm-mips/galileo-boards/evb64120A/cntmr.h
- Orig date:
Fri Aug 2 17:39:45 2002
diff -urN linux-2.4.19/include/asm-mips/galileo-boards/evb64120A/cntmr.h linux-2.4.20/include/asm-mips/galileo-boards/evb64120A/cntmr.h
@@ -2,7 +2,7 @@
/* Copyright - Galileo technology */
-#ifndef __INCtimerCounterDrvh
+#ifndef __INCtimerCounterDrvh
#define __INCtimerCounterDrvh
/* includes */
@@ -31,12 +31,12 @@
typedef enum counterTimer{CNTMR_0,CNTMR_1,CNTMR_2,CNTMR_3} CNTMR_NUM;
typedef enum cntTmrOpModes{COUNTER, TIMER} CNT_TMR_OP_MODES;
-bool cntTmrLoad(unsigned int countNum, unsigned int value);
+bool cntTmrLoad(unsigned int countNum, unsigned int value);
bool cntTmrSetMode(CNTMR_NUM countNum, CNT_TMR_OP_MODES opMode);
-bool cntTmrEnable(CNTMR_NUM countNum);
+bool cntTmrEnable(CNTMR_NUM countNum);
bool cntTmrStart (CNTMR_NUM countNum,unsigned int countValue,
CNT_TMR_OP_MODES opMode);
-unsigned int cntTmrDisable(CNTMR_NUM countNum);
+unsigned int cntTmrDisable(CNTMR_NUM countNum);
unsigned int cntTmrRead(CNTMR_NUM countNum);
#endif /* __INCtimerCounterDrvh */
FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen (who was at: slshen@lbl.gov)