~ubuntu-branches/ubuntu/precise/linux-ti-omap4/precise

« back to all changes in this revision

Viewing changes to drivers/staging/keucr/smcommon.h

  • Committer: Bazaar Package Importer
  • Author(s): Paolo Pisati
  • Date: 2011-06-29 15:23:51 UTC
  • mfrom: (26.1.1 natty-proposed)
  • Revision ID: james.westby@ubuntu.com-20110629152351-xs96tm303d95rpbk
Tags: 3.0.0-1200.2
* Rebased against 3.0.0-6.7
* BSP from TI based on 3.0.0

Show diffs side-by-side

added added

removed removed

Lines of Context:
6
6
/***************************************************************************
7
7
Define Difinetion
8
8
***************************************************************************/
9
 
#define SUCCESS             0x0000 /* SUCCESS */
 
9
#define SMSUCCESS           0x0000 /* SUCCESS */
10
10
#define ERROR               0xFFFF /* ERROR */
11
11
#define CORRECT             0x0001 /* CORRECTABLE */
12
12
 
25
25
#define ERR_NoSmartMedia    0x003A /* Medium Not Present */
26
26
 
27
27
/***************************************************************************/
28
 
char Bit_D_Count(BYTE);
29
 
char Bit_D_CountWord(WORD);
30
28
void StringCopy(char *, char *, int);
31
29
int  StringCmp(char *, char *, int);
32
30