summaryrefslogtreecommitdiffstats
path: root/main/common/cf.h
diff options
context:
space:
mode:
Diffstat (limited to 'main/common/cf.h')
-rw-r--r--main/common/cf.h10
1 files changed, 5 insertions, 5 deletions
diff --git a/main/common/cf.h b/main/common/cf.h
index 64fbff7..3c1c4da 100644
--- a/main/common/cf.h
+++ b/main/common/cf.h
@@ -1,7 +1,7 @@
/**************************************************************************
*
* Copyright (c) 2013 Alcatel-Lucent
- *
+ *
* Alcatel Lucent licenses this file to You under the Apache License,
* Version 2.0 (the "License"); you may not use this file except in
* compliance with the License. A copy of the License is contained the
@@ -27,13 +27,13 @@
*/
#ifndef CF_BLKSIZE
-#define CF_BLKSIZE 512
+#define CF_BLKSIZE 512
#endif
/* These two functions must be supplied by the port-specific code.
*/
-int cfInit(int interface,int verbose);
-int cfRead(int interface,char *buf,int bknum,int bkcnt,int verbose);
-int cfWrite(int interface,char *buf,int bknum,int bkcnt,int verbose);
+int cfInit(int interface,int verbose);
+int cfRead(int interface,char *buf,int bknum,int bkcnt,int verbose);
+int cfWrite(int interface,char *buf,int bknum,int bkcnt,int verbose);