]> Pileus Git - ~andy/linux/blobdiff - drivers/staging/keucr/smcommon.h
Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6
[~andy/linux] / drivers / staging / keucr / smcommon.h
index c20dbcfab0ddeabebd3a2057b0f470b4efbd5bea..169460547662c0c9467d8b2bc95b89a2d16c189d 100644 (file)
@@ -1,4 +1,4 @@
-//----- < SMCommon.h> --------------------------------------------------
+/*----- < SMCommon.h> --------------------------------------------------*/
 #ifndef SMCOMMON_INCD
 #define SMCOMMON_INCD
 
@@ -24,17 +24,10 @@ Define Difinetion
 #define ERR_IllegalFmt      0x0031 /* Medium Format Corrupted */
 #define ERR_NoSmartMedia    0x003A /* Medium Not Present */
 
-
-
 /***************************************************************************/
-//#define SUCCESS   0 /* SUCCESS */
-//#define ERROR    -1 /* ERROR */
-
-/***************************************************************************/
-char Bit_D_Count     (BYTE);
-char Bit_D_CountWord (WORD);
-void StringCopy    (char *, char *, int);
-int  StringCmp     (char *, char *, int);
-
+char Bit_D_Count(BYTE);
+char Bit_D_CountWord(WORD);
+void StringCopy(char *, char *, int);
+int  StringCmp(char *, char *, int);
 
-#endif // already included
+#endif