Linux Kernel
3.7.1
|
Go to the source code of this file.
Data Structures | |
struct | CmdHead |
Macros | |
#define | U14LIB_MAJOR 4 |
#define | U14LIB_MINOR 0 |
#define | U14LIB_REVISION 0 |
#define | U14LIB_VERSION ((U14LIB_MAJOR<<24) | (U14LIB_MINOR<<16) | U14LIB_REVISION) |
#define | MAX1401 8 |
#define | DRIVRET_STD 4 |
#define | DRIVRET_U1401 5 |
#define | DRIVRET_PLUS 6 |
#define | DRIVRET_POWER 7 |
#define | DRIVRET_MAX 26 |
#define | MAXSTRLEN 255 |
#define | TOHOST FALSE |
#define | TO1401 TRUE |
#define | FNSZ 260 |
Typedefs | |
typedef struct CmdHead | CMDHEAD |
typedef CMDHEAD * | LPCMDHEAD |
Functions | |
U14API (int) | |
U14API (short) | |
U14API (void) | |
U14API (DWORD) | |
#define FNSZ 260 |
#define U14LIB_VERSION ((U14LIB_MAJOR<<24) | (U14LIB_MINOR<<16) | U14LIB_REVISION) |