aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/staging/keucr/smcommon.h
blob: c20dbcfab0ddeabebd3a2057b0f470b4efbd5bea (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
//----- < SMCommon.h> --------------------------------------------------
#ifndef SMCOMMON_INCD
#define SMCOMMON_INCD


/***************************************************************************
Define Difinetion
***************************************************************************/
#define SUCCESS             0x0000 /* SUCCESS */
#define ERROR               0xFFFF /* ERROR */
#define CORRECT             0x0001 /* CORRECTABLE */

/***************************************************************************/
#define NO_ERROR            0x0000 /* NO ERROR */
#define ERR_WriteFault      0x0003 /* Peripheral Device Write Fault */
#define ERR_HwError         0x0004 /* Hardware Error */
#define ERR_DataStatus      0x0010 /* DataStatus Error */
#define ERR_EccReadErr      0x0011 /* Unrecovered Read Error */
#define ERR_CorReadErr      0x0018 /* Recovered Read Data with ECC */
#define ERR_OutOfLBA        0x0021 /* Illegal Logical Block Address */
#define ERR_WrtProtect      0x0027 /* Write Protected */
#define ERR_ChangedMedia    0x0028 /* Medium Changed */
#define ERR_UnknownMedia    0x0030 /* Incompatible Medium Installed */
#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);


#endif // already included