Sign in
gfiber
/
barebox
/
mindspeed
/
8fe43d12824527f7ed4205d00643c447b7e47479
/
.
/
include
/
types.h
blob: 0bfe3b9a0b7edc4d9a6aa9000921bd3a99810dd2 [
file
] [
log
] [
blame
]
#ifndef
__TYPES_H
#define
__TYPES_H
#include
<linux/types.h>
typedef
volatile
unsigned
long
vu_long
;
typedef
volatile
unsigned
short
vu_short
;
typedef
volatile
unsigned
char
vu_char
;
#endif
/* __TYPES_H */