Staging: hv: fix coding style issues in StorVscApi.h
[safe/jmp/linux-2.6] / drivers / staging / epl / global.h
index 31ea536..8c52d97 100644 (file)
 #define _GLOBAL_H_
 
 
-#ifndef QWORD
-#define QWORD long long int
-#endif
-
-#ifndef CONST
-#define CONST const            // variables mapped to ROM (i.e. flash)
-#endif
-
 #define TRACE  printk
 
 // --- logic types ---
-#ifndef BYTE
-#define BYTE unsigned char
-#endif
-#ifndef WORD
-#define WORD unsigned short int
-#endif
-#ifndef DWORD
-#define DWORD unsigned long int
-#endif
 #ifndef BOOL
 #define BOOL unsigned char
 #endif